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 TypeInterfaceDescriptioninterfaceBooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>The initial and final step in a boolean predicate definition, where clauses can be added.interfaceExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>>The final step in an "exists" predicate definition, where optional parameters can be set.interfaceGenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.interfaceMatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>>The initial and final step in "match all" predicate definition, where optional parameters can be set.interfaceMatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>, N extends MatchIdPredicateOptionsStep<?>> The final step in a "match id" predicate definition, where more IDs to match can be set.interfaceMatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>>The final step in a "match id" predicate definition, where optional parameters can be set.interfaceMatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>The final step in a "match" predicate definition, where optional parameters can be set.interfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.interfacePhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>>The final step in a "phrase" predicate definition, where optional parameters can be set.interfaceRangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>>The final step in a "range" predicate definition, where optional parameters can be set.interfaceRegexpPredicateOptionsStep<S extends RegexpPredicateOptionsStep<?>>The final step in a "regexp" predicate definition, where optional parameters can be set.interfaceThe final step in an "simple query string" predicate definition, where optional parameters can be set.interfaceThe final step in a "within" predicate definition, where optional parameters can be set.interfaceTermsPredicateOptionsStep<S extends TermsPredicateOptionsStep<?>>The final step in a "terms" predicate definition, where optional parameters can be set.interfaceWildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>>The final step in a "wildcard" predicate definition, where optional parameters can be set.