Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.TermsPredicateFieldMoreStep
Packages that use TermsPredicateFieldMoreStep
Package
Description
-
Uses of TermsPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type TermsPredicateFieldMoreStepModifier and TypeInterfaceDescriptioninterfaceTermsPredicateFieldMoreStep<S extends TermsPredicateFieldMoreStep<?,N>, N extends TermsPredicateOptionsStep<?>> The step in a "terms" predicate definition where the terms to match can be set (see the superinterfaceTermsPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceTermsPredicateFieldStep<N extends TermsPredicateFieldMoreStep<?,?>> The initial step in a "terms" predicate definition, where the target field can be set. -
Uses of TermsPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl.impl
Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return TermsPredicateFieldMoreStepModifier and TypeMethodDescription