Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
Packages that use BooleanPredicateClausesStep
Package
Description
-
Uses of BooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type BooleanPredicateClausesStepModifier and TypeInterfaceDescriptioninterface
BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>
The initial and final step in a boolean predicate definition, where clauses can be added.Methods in org.hibernate.search.engine.search.predicate.dsl that return BooleanPredicateClausesStepModifier and TypeMethodDescriptionSearchPredicateFactory.bool()
Match documents if they match a combination of boolean clauses.Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type BooleanPredicateClausesStepModifier and TypeMethodDescriptionSearchPredicateFactory.bool
(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor) Deprecated. -
Uses of BooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return BooleanPredicateClausesStepMethod parameters in org.hibernate.search.engine.search.predicate.dsl.spi with type arguments of type BooleanPredicateClausesStepModifier and TypeMethodDescriptionAbstractSearchPredicateFactory.bool
(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor)
.bool().with(...)
instead.