Uses of Interface
org.hibernate.search.engine.search.reference.predicate.PhrasePredicateFieldReference
Packages that use PhrasePredicateFieldReference
Package
Description
-
Uses of PhrasePredicateFieldReference in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type PhrasePredicateFieldReferenceModifier and TypeMethodDescriptiondefault SPhrasePredicateFieldMoreStep.field(PhrasePredicateFieldReference<? super SR, ?> fieldReference) Target the given field in the phrase predicate, as an alternative to the already-targeted fields.default NPhrasePredicateFieldStep.field(PhrasePredicateFieldReference<? super SR, ?> fieldReference) Target the given field in the phrase predicate.default SPhrasePredicateFieldMoreStep.fields(PhrasePredicateFieldReference<? super SR, ?>... fields) Target the given fields in the phrase predicate, as an alternative to the already-targeted fields.default NPhrasePredicateFieldStep.fields(PhrasePredicateFieldReference<? super SR, ?>... fields) Target the given fields in the phrase predicate. -
Uses of PhrasePredicateFieldReference in org.hibernate.search.engine.search.reference.predicate
Classes in org.hibernate.search.engine.search.reference.predicate that implement PhrasePredicateFieldReferenceModifier and TypeClassDescriptionfinal recordAnyPredicateReference<SR,T> A generic predicate-field reference that can be manually created and passed to any predicate-DSL methods that require a field reference.