Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.CommonMinimumShouldMatchOptionsStep
Packages that use CommonMinimumShouldMatchOptionsStep
-
Uses of CommonMinimumShouldMatchOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type CommonMinimumShouldMatchOptionsStepModifier and TypeInterfaceDescriptioninterface
The step in a predicate definition, where optional minimum should match parameters can be set.Subinterfaces of CommonMinimumShouldMatchOptionsStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
BooleanPredicateClausesStep<SR,
S extends BooleanPredicateClausesStep<SR, ?>> The initial and final step in a boolean predicate definition, where clauses can be added.interface
BooleanPredicateOptionsCollector<SR,
S extends BooleanPredicateOptionsCollector<SR, ?>> An object where the clauses and options of aboolean predicate
can be set.interface
The final step in a query string predicate definition, where optional parameters can be set.interface
GenericBooleanPredicateClausesStep<SR,
S extends C, C extends BooleanPredicateOptionsCollector<SR, ?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.interface
MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>
The final step in a "match" predicate definition, where optional parameters can be set.interface
The final step in a "query string" predicate definition, where optional parameters can be set.interface
The final step in a "simple query string" predicate definition, where optional parameters can be set.