| BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>> |
The initial and final step in a boolean predicate definition, where clauses can be added.
|
| BooleanPredicateOptionsCollector<S extends BooleanPredicateOptionsCollector<?>> |
|
| ExistsPredicateFieldStep<N extends ExistsPredicateOptionsStep<?>> |
The initial step in an "exists" predicate definition, where the target field can be set.
|
| ExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>> |
The final step in an "exists" predicate definition, where optional parameters can be set.
|
| ExtendedSearchPredicateFactory<S extends ExtendedSearchPredicateFactory<?>> |
A base interface for subtypes of SearchPredicateFactory allowing to
easily override the self type for all relevant methods.
|
| GenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>> |
A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.
|
| GenericSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>> |
A generic superinterface for "simple boolean predicate" DSL steps that involve collecting
clauses.
|
| MatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>> |
The initial and final step in "match all" predicate definition, where optional parameters can be set.
|
| MatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>,N extends MatchIdPredicateOptionsStep<?>> |
The final step in a "match id" predicate definition,
where more IDs to match can be set.
|
| MatchIdPredicateMatchingStep<N extends MatchIdPredicateMatchingMoreStep<?,?>> |
The step in a "match id" predicate definition where the IDs to match can be set.
|
| MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>> |
The final step in a "match id" predicate definition,
where optional parameters can be set.
|
| MatchNonePredicateFinalStep |
The initial and final step in "match none" predicate definition.
|
| MatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>,N extends MatchPredicateOptionsStep<?>> |
The step in a "match" predicate definition where the value to match can be set
(see the superinterface MatchPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| MatchPredicateFieldStep<N extends MatchPredicateFieldMoreStep<?,?>> |
The initial step in a "match" predicate definition, where the target field can be set.
|
| MatchPredicateMatchingStep<N extends MatchPredicateOptionsStep<?>> |
The step in a "match" predicate definition where the value to match can be set.
|
| MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>> |
The final step in a "match" predicate definition, where optional parameters can be set.
|
| MinimumShouldMatchConditionStep<N> |
The step in a "minimum should match" constraint definition
where a condition can be defined as necessary for the following requirements to be enforced.
|
| MinimumShouldMatchMoreStep<N> |
|
| MinimumShouldMatchRequireStep<N> |
The step in a "minimum should match" constraint definition
where the minimum required number or percentage of should clauses to match can be set.
|
| MultiFieldPredicateFieldBoostStep<S> |
The step in a predicate definition where the boost of the last added field(s) can be set.
|
| NamedPredicateOptionsStep |
The initial and final step in named predicate definition.
|
| NestedPredicateClausesCollector<S extends NestedPredicateClausesCollector<?>> |
|
| NestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>> |
The step in a nested predicate definition where
clauses can be added.
|
| NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>> |
Deprecated.
|
| NestedPredicateNestStep<N extends NestedPredicateOptionsStep<?>> |
Deprecated.
|
| NestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>> |
Deprecated.
|
| NotPredicateFinalStep |
The initial and final step in "not" predicate definition.
|
| PhrasePredicateFieldMoreStep<S extends PhrasePredicateFieldMoreStep<?,N>,N extends PhrasePredicateOptionsStep<?>> |
The step in a "phrase" predicate definition where the phrase to match can be set
(see the superinterface PhrasePredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| PhrasePredicateFieldStep<N extends PhrasePredicateFieldMoreStep<?,?>> |
The initial step in a "phrase" predicate definition, where the target field can be set.
|
| PhrasePredicateMatchingStep<N extends PhrasePredicateOptionsStep<?>> |
The step in a "phrase" predicate definition where the phrase to match can be set.
|
| PhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>> |
The final step in a "phrase" predicate definition, where optional parameters can be set.
|
| PredicateFinalStep |
The final step in a predicate definition, where the predicate can be retrieved.
|
| PredicateScoreStep<S> |
The step in a predicate definition where score-related options can be set.
|
| RangePredicateFieldMoreStep<S extends RangePredicateFieldMoreStep<?,N>,N extends RangePredicateOptionsStep<?>> |
The step in a "range" predicate definition where the limits of the range to match can be set
(see the superinterface RangePredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| RangePredicateFieldStep<N extends RangePredicateFieldMoreStep<?,?>> |
The initial step in a "range" predicate definition, where the target field can be set.
|
| RangePredicateMatchingStep<N extends RangePredicateOptionsStep<?>> |
The step in a "range" predicate definition where the range to match can be set.
|
| RangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>> |
The final step in a "range" predicate definition, where optional parameters can be set.
|
| RegexpPredicateFieldMoreStep<S extends RegexpPredicateFieldMoreStep<?,N>,N extends RegexpPredicateOptionsStep<?>> |
The step in a "regexp" predicate definition where the pattern to match can be set
(see the superinterface RegexpPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| RegexpPredicateFieldStep<N extends RegexpPredicateFieldMoreStep<?,?>> |
The initial step in a "regexp" predicate definition, where the target field can be set.
|
| RegexpPredicateMatchingStep<N extends RegexpPredicateOptionsStep<?>> |
The step in a "regexp" predicate definition where the pattern to match can be set.
|
| RegexpPredicateOptionsStep<S extends RegexpPredicateOptionsStep<?>> |
The final step in a "regexp" predicate definition, where optional parameters can be set.
|
| SearchPredicateFactory |
A factory for search predicates.
|
| SearchPredicateFactoryExtension<T> |
An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.
|
| SearchPredicateFactoryExtensionIfSupportedMoreStep |
|
| SearchPredicateFactoryExtensionIfSupportedStep |
|
| SimpleBooleanPredicateClausesCollector<S extends SimpleBooleanPredicateClausesCollector<?>> |
An object where the clauses and options of a simple boolean predicate
( and, or)
can be set.
|
| SimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>> |
The initial and final step in a "simple boolean predicate" definition,
where clauses
can be added and options can be set.
|
| SimpleBooleanPredicateOptionsStep<S extends SimpleBooleanPredicateOptionsStep<?>> |
The initial and final step in a "simple boolean predicate" definition, where options can be set.
|
| SimpleQueryStringPredicateFieldMoreStep<S extends SimpleQueryStringPredicateFieldMoreStep<?,N>,N extends SimpleQueryStringPredicateOptionsStep<?>> |
The step in a "simple query string" predicate definition where the query string to match can be set
(see the superinterface SimpleQueryStringPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| SimpleQueryStringPredicateFieldStep<N extends SimpleQueryStringPredicateFieldMoreStep<?,?>> |
The initial step in a "simple query string" predicate definition, where the target field can be set.
|
| SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>> |
The step in an "simple query string" predicate definition where the query string to match can be set.
|
| SimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>> |
The final step in an "simple query string" predicate definition, where optional parameters can be set.
|
| SpatialPredicateInitialStep |
The initial step of all spatial predicate definitions.
|
| SpatialWithinPredicateAreaStep<N extends SpatialWithinPredicateOptionsStep<?>> |
The step in a "within" predicate definition where the area to match can be set.
|
| SpatialWithinPredicateFieldMoreStep<S extends SpatialWithinPredicateFieldMoreStep<?,N>,N extends SpatialWithinPredicateOptionsStep<?>> |
The step in a "within" predicate definition where the area to match can be set
(see the superinterface SpatialWithinPredicateAreaStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| SpatialWithinPredicateFieldStep<N extends SpatialWithinPredicateFieldMoreStep<?,?>> |
The initial step in a "within" predicate definition, where the target field can be set.
|
| SpatialWithinPredicateOptionsStep<S extends SpatialWithinPredicateOptionsStep<?>> |
The final step in a "within" predicate definition, where optional parameters can be set.
|
| TermsPredicateFieldMoreStep<S extends TermsPredicateFieldMoreStep<?,N>,N extends TermsPredicateOptionsStep<?>> |
The step in a "terms" predicate definition where the terms to match can be set
(see the superinterface TermsPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| TermsPredicateFieldStep<N extends TermsPredicateFieldMoreStep<?,?>> |
The initial step in a "terms" predicate definition, where the target field can be set.
|
| TermsPredicateMatchingStep<N extends TermsPredicateOptionsStep<?>> |
The step in a "terms" predicate definition where the terms to match can be set.
|
| TermsPredicateOptionsStep<S extends TermsPredicateOptionsStep<?>> |
The final step in a "terms" predicate definition, where optional parameters can be set.
|
| WildcardPredicateFieldMoreStep<S extends WildcardPredicateFieldMoreStep<?,N>,N extends WildcardPredicateOptionsStep<?>> |
The step in a "wildcard" predicate definition where the pattern to match can be set
(see the superinterface WildcardPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
|
| WildcardPredicateFieldStep<N extends WildcardPredicateFieldMoreStep<?,?>> |
The initial step in a "wildcard" predicate definition, where the target field can be set.
|
| WildcardPredicateMatchingStep<N extends WildcardPredicateOptionsStep<?>> |
The step in a "wildcard" predicate definition where the pattern to match can be set.
|
| WildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>> |
The final step in a "wildcard" predicate definition, where optional parameters can be set.
|