interface |
BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>> |
The initial and final step in a boolean predicate definition, where clauses can be added.
|
interface |
ExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>> |
The final step in an "exists" predicate definition, where optional parameters can be set.
|
interface |
MatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>> |
The initial and final step in "match all" predicate definition, where optional parameters can be set.
|
interface |
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.
|
interface |
MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>> |
The final step in a "match id" predicate definition,
where optional parameters can be set.
|
interface |
MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>> |
The final step in a "match" predicate definition, where optional parameters can be set.
|
interface |
PhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>> |
The final step in a "phrase" predicate definition, where optional parameters can be set.
|
interface |
RangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>> |
The final step in a "range" predicate definition, where optional parameters can be set.
|
interface |
SimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>> |
The final step in an "simple query string" predicate definition, where optional parameters can be set.
|
interface |
SpatialWithinPredicateOptionsStep<S extends SpatialWithinPredicateOptionsStep<?>> |
The final step in a "within" predicate definition, where optional parameters can be set.
|
interface |
WildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>> |
The final step in a "wildcard" predicate definition, where optional parameters can be set.
|