Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PrefixPredicateMatchingStep
Packages that use PrefixPredicateMatchingStep
-
Uses of PrefixPredicateMatchingStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of PrefixPredicateMatchingStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfacePrefixPredicateFieldMoreStep<SR,S extends PrefixPredicateFieldMoreStep<SR, ?, N>, N extends PrefixPredicateOptionsStep<?>> The step in a "prefix" predicate definition where the pattern to match can be set (see the superinterfacePrefixPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.