Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
Packages that use MatchAllPredicateOptionsStep
Package
Description
-
Uses of MatchAllPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchAllPredicateOptionsStepModifier and TypeInterfaceDescriptioninterfaceMatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>>The initial and final step in "match all" predicate definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.predicate.dsl that return MatchAllPredicateOptionsStep -
Uses of MatchAllPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement MatchAllPredicateOptionsStepMethods in org.hibernate.search.engine.search.predicate.dsl.impl that return MatchAllPredicateOptionsStepModifier and TypeMethodDescriptionMatchAllPredicateOptionsStepImpl.boost(float boost) MatchAllPredicateOptionsStepImpl.constantScore()MatchAllPredicateOptionsStepImpl.except(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) MatchAllPredicateOptionsStepImpl.except(SearchPredicate searchPredicate) -
Uses of MatchAllPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return MatchAllPredicateOptionsStep