Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
-
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 MatchAllPredicateOptionsStep Modifier and Type Interface Description interfaceMatchAllPredicateOptionsStep<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 Modifier and Type Method Description MatchAllPredicateOptionsStep<?>SearchPredicateFactory. matchAll()Match all documents. -
Uses of MatchAllPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement MatchAllPredicateOptionsStep Modifier and Type Class Description classMatchAllPredicateOptionsStepImplMethods in org.hibernate.search.engine.search.predicate.dsl.impl that return MatchAllPredicateOptionsStep Modifier and Type Method Description MatchAllPredicateOptionsStep<?>MatchAllPredicateOptionsStepImpl. boost(float boost)MatchAllPredicateOptionsStep<?>MatchAllPredicateOptionsStepImpl. constantScore()MatchAllPredicateOptionsStep<?>MatchAllPredicateOptionsStepImpl. except(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)MatchAllPredicateOptionsStep<?>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 Modifier and Type Method Description MatchAllPredicateOptionsStep<?>AbstractSearchPredicateFactory. matchAll()
-