Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PrefixPredicateFieldMoreStep
Packages that use PrefixPredicateFieldMoreStep
-
Uses of PrefixPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type PrefixPredicateFieldMoreStepModifier 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.interfacePrefixPredicateFieldStep<SR,N extends PrefixPredicateFieldMoreStep<SR, ?, ?>> The initial step in a "prefix" predicate definition, where the target field can be set.