Interface PredicateFinalStep
- All Known Subinterfaces:
BooleanPredicateClausesStep<S>
,CommonQueryStringPredicateOptionsStep<S>
,ExistsPredicateOptionsStep<S>
,GenericBooleanPredicateClausesStep<S,
,C> GenericSimpleBooleanPredicateClausesStep<S,
,C> KnnPredicateOptionsStep
,MatchAllPredicateOptionsStep<S>
,MatchIdPredicateMatchingMoreStep<S,
,N> MatchIdPredicateOptionsStep<S>
,MatchNonePredicateFinalStep
,MatchPredicateOptionsStep<S>
,NamedPredicateOptionsStep
,NestedPredicateClausesStep<S>
,NestedPredicateOptionsStep<S>
,NotPredicateFinalStep
,PhrasePredicateOptionsStep<S>
,PrefixPredicateOptionsStep<S>
,QueryStringPredicateOptionsStep<S>
,RangePredicateOptionsStep<S>
,RegexpPredicateOptionsStep<S>
,SimpleBooleanPredicateClausesStep<S>
,SimpleBooleanPredicateOptionsStep<S>
,SimpleQueryStringPredicateOptionsStep<S>
,SpatialWithinPredicateOptionsStep<S>
,TermsPredicateOptionsStep<S>
,WildcardPredicateOptionsStep<S>
- All Known Implementing Classes:
AbstractPredicateFinalStep
,StaticPredicateFinalStep
public interface PredicateFinalStep
The final step in a predicate definition, where the predicate can be retrieved.
-
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchPredicate
instance matching the definition given in the previous DSL steps.
-
Method Details
-
toPredicate
SearchPredicate toPredicate()Create aSearchPredicate
instance matching the definition given in the previous DSL steps.- Returns:
- The
SearchPredicate
resulting from the previous DSL steps.
-