Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PrefixPredicateOptionsStep
Packages that use PrefixPredicateOptionsStep
-
Uses of PrefixPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type PrefixPredicateOptionsStepModifier 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.interfacePrefixPredicateMatchingStep<N extends PrefixPredicateOptionsStep<?>>The step in a "prefix" predicate definition where the prefix string to match can be set.interfacePrefixPredicateOptionsStep<S extends PrefixPredicateOptionsStep<?>>The final step in a "prefix" predicate definition, where optional parameters can be set.