Interface PredicateFinalStep
- All Known Subinterfaces:
BooleanPredicateClausesStep<S>,ExistsPredicateOptionsStep<S>,GenericBooleanPredicateClausesStep<S,,C> GenericSimpleBooleanPredicateClausesStep<S,,C> MatchAllPredicateOptionsStep<S>,MatchIdPredicateMatchingMoreStep<S,,N> MatchIdPredicateOptionsStep<S>,MatchNonePredicateFinalStep,MatchPredicateOptionsStep<S>,NamedPredicateOptionsStep,NestedPredicateClausesStep<S>,NestedPredicateOptionsStep<S>,NotPredicateFinalStep,PhrasePredicateOptionsStep<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 aSearchPredicateinstance matching the definition given in the previous DSL steps.
-
Method Details
-
toPredicate
SearchPredicate toPredicate()Create aSearchPredicateinstance matching the definition given in the previous DSL steps.- Returns:
- The
SearchPredicateresulting from the previous DSL steps.
-