Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MultiFieldPredicateFieldBoostStep
Packages that use MultiFieldPredicateFieldBoostStep
-
Uses of MultiFieldPredicateFieldBoostStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of MultiFieldPredicateFieldBoostStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceCommonQueryStringPredicateFieldMoreStep<SR,S extends CommonQueryStringPredicateFieldMoreStep<SR, ?, N, FR>, N extends CommonQueryStringPredicateOptionsStep<?>, FR extends TypedPredicateFieldReference<SR, ?>> The step in a query string predicate definition, where the query string to match can be set (see the superinterfaceCommonQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceMatchPredicateFieldMoreGenericStep<S extends MatchPredicateFieldMoreGenericStep<?,N, T, V>, N extends MatchPredicateOptionsStep<?>, T, V> The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceMatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>, N extends MatchPredicateOptionsStep<?>> The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfacePhrasePredicateFieldMoreStep<SR,S extends PhrasePredicateFieldMoreStep<SR, ?, N>, N extends PhrasePredicateOptionsStep<?>> The step in a "phrase" predicate definition where the phrase to match can be set (see the superinterfacePhrasePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfacePrefixPredicateFieldMoreStep<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.interfaceQueryStringPredicateFieldMoreStep<SR,S extends QueryStringPredicateFieldMoreStep<SR, ?, N>, N extends QueryStringPredicateOptionsStep<?>> The step in a "query string" predicate definition where the query string to match can be set (see the superinterfaceQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceRangePredicateFieldMoreGenericStep<SR,S extends RangePredicateFieldMoreGenericStep<SR, ?, N, V, T>, N extends RangePredicateOptionsStep<?>, V, T> The step in a "range" predicate definition where the limits of the range to match can be set (see the superinterfaceRangePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceRangePredicateFieldMoreStep<SR,S extends RangePredicateFieldMoreStep<SR, ?, N>, N extends RangePredicateOptionsStep<?>> The step in a "range" predicate definition where the limits of the range to match can be set (see the superinterfaceRangePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceRegexpPredicateFieldMoreStep<SR,S extends RegexpPredicateFieldMoreStep<SR, ?, N>, N extends RegexpPredicateOptionsStep<?>> The step in a "regexp" predicate definition where the pattern to match can be set (see the superinterfaceRegexpPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceSimpleQueryStringPredicateFieldMoreStep<SR,S extends SimpleQueryStringPredicateFieldMoreStep<SR, ?, N>, N extends SimpleQueryStringPredicateOptionsStep<?>> The step in a "simple query string" predicate definition where the query string to match can be set (see the superinterfaceSimpleQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceSpatialWithinPredicateFieldMoreStep<SR,S extends SpatialWithinPredicateFieldMoreStep<SR, ?, N>, N extends SpatialWithinPredicateOptionsStep<?>> The step in a "within" predicate definition where the area to match can be set (see the superinterfaceSpatialWithinPredicateAreaStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceTermsPredicateFieldMoreStep<SR,S extends TermsPredicateFieldMoreStep<SR, ?, 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.interfaceWildcardPredicateFieldMoreStep<SR,S extends WildcardPredicateFieldMoreStep<SR, ?, N>, N extends WildcardPredicateOptionsStep<?>> The step in a "wildcard" predicate definition where the pattern to match can be set (see the superinterfaceWildcardPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.