Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PredicateScoreStep
Packages that use PredicateScoreStep
-
Uses of PredicateScoreStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of PredicateScoreStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
BooleanPredicateClausesStep<SR,
S extends BooleanPredicateClausesStep<SR, ?>> The initial and final step in a boolean predicate definition, where clauses can be added.interface
The final step in a query string predicate definition, where optional parameters can be set.interface
ExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>>
The final step in an "exists" predicate definition, where optional parameters can be set.interface
GenericBooleanPredicateClausesStep<SR,
S extends C, C extends BooleanPredicateOptionsCollector<SR, ?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.interface
The final step in a "knn" predicate definition, where optional parameters can be set.interface
MatchAllPredicateOptionsStep<SR,
S extends MatchAllPredicateOptionsStep<SR, ?>> The initial and final step in "match all" predicate definition, where optional parameters can be set.interface
MatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,
N>, N extends MatchIdPredicateOptionsStep<?>> The final step in a "match id" predicate definition, where more IDs to match can be set.interface
MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>>
The final step in a "match id" predicate definition, where optional parameters can be set.interface
MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>
The final step in a "match" predicate definition, where optional parameters can be set.interface
The initial and final step in "not" predicate definition.interface
PhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>>
The final step in a "phrase" predicate definition, where optional parameters can be set.interface
PrefixPredicateOptionsStep<S extends PrefixPredicateOptionsStep<?>>
The final step in a "prefix" predicate definition, where optional parameters can be set.interface
The final step in a "query string" predicate definition, where optional parameters can be set.interface
RangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>>
The final step in a "range" predicate definition, where optional parameters can be set.interface
RegexpPredicateOptionsStep<S extends RegexpPredicateOptionsStep<?>>
The final step in a "regexp" predicate definition, where optional parameters can be set.interface
SimpleBooleanPredicateClausesStep<SR,
S extends SimpleBooleanPredicateClausesStep<SR, ?>> The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.interface
The initial and final step in a "simple boolean predicate" definition, where options can be set.interface
The final step in a "simple query string" predicate definition, where optional parameters can be set.interface
The final step in a "within" predicate definition, where optional parameters can be set.interface
TermsPredicateOptionsStep<S extends TermsPredicateOptionsStep<?>>
The final step in a "terms" predicate definition, where optional parameters can be set.interface
WildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>>
The final step in a "wildcard" predicate definition, where optional parameters can be set.