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 TypeInterfaceDescriptioninterfaceThe 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 TypeInterfaceDescriptioninterfaceBooleanPredicateClausesStep<SR,S extends BooleanPredicateClausesStep<SR, ?>> The initial and final step in a boolean predicate definition, where clauses can be added.interfaceBooleanPredicateOptionsCollector<SR,S extends BooleanPredicateOptionsCollector<SR, ?>> An object where the clauses and options of aboolean predicatecan be set.interfaceThe final step in a query string predicate definition, where optional parameters can be set.interfaceGenericBooleanPredicateClausesStep<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.interfaceMatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>The final step in a "match" predicate definition, where optional parameters can be set.interfaceThe final step in a "query string" predicate definition, where optional parameters can be set.interfaceThe final step in a "simple query string" predicate definition, where optional parameters can be set.