Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Packages that use BooleanPredicateClausesStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.spi -
-
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 BooleanPredicateClausesStep Modifier and Type Interface Description interface
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 BooleanPredicateClausesStep Modifier and Type Method Description BooleanPredicateClausesStep<?>
SearchPredicateFactory. 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 BooleanPredicateClausesStep Modifier and Type Method Description PredicateFinalStep
SearchPredicateFactory. bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor)
Match documents if they match a combination of boolean clauses, which will be defined by the given consumer. -
Uses of BooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return BooleanPredicateClausesStep Modifier and Type Method Description BooleanPredicateClausesStep<?>
DelegatingSearchPredicateFactory. bool()
Method parameters in org.hibernate.search.engine.search.predicate.dsl.spi with type arguments of type BooleanPredicateClausesStep Modifier and Type Method Description PredicateFinalStep
DelegatingSearchPredicateFactory. bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor)
-