interface |
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.
|
interface |
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.
|
interface |
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.
|
interface |
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.
|
interface |
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.
|
interface |
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.
|