Interface NestedPredicateOptionsCollector<S extends NestedPredicateOptionsCollector<?>>
- All Superinterfaces:
BooleanPredicateOptionsCollector<S>
- All Known Subinterfaces:
NestedPredicateClausesStep<S>
public interface NestedPredicateOptionsCollector<S extends NestedPredicateOptionsCollector<?>>
extends BooleanPredicateOptionsCollector<S>
An object where the clauses and options of a
SearchPredicateFactory.nested(String) nested predicate} can be set.
Different types of clauses have different effects, see BooleanPredicateOptionsCollector.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateOptionsCollector
filter, filter, filter, minimumShouldMatch, minimumShouldMatch, minimumShouldMatchNumber, minimumShouldMatchPercent, must, must, must, mustNot, mustNot, mustNot, should, should, should, with