Interface PredicateFinalStep
- All Known Subinterfaces:
BooleanPredicateClausesStep<SR,S>, CommonQueryStringPredicateOptionsStep<S>, ExistsPredicateOptionsStep<S>, GenericBooleanPredicateClausesStep<SR, S, C>, GenericSimpleBooleanPredicateClausesStep<SR, S, C>, KnnPredicateOptionsStep<SR>, MatchAllPredicateOptionsStep<SR, S>, MatchIdPredicateMatchingMoreStep<S, N>, MatchIdPredicateOptionsStep<S>, MatchNonePredicateFinalStep, MatchPredicateOptionsStep<S>, NamedPredicateOptionsStep, NestedPredicateClausesStep<SR, S>, NestedPredicateOptionsStep<S>, NotPredicateFinalStep, PhrasePredicateOptionsStep<S>, PrefixPredicateOptionsStep<S>, QueryStringPredicateOptionsStep<S>, RangePredicateOptionsStep<S>, RegexpPredicateOptionsStep<S>, SimpleBooleanPredicateClausesStep<SR, 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.
-