Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateClausesStep
Packages that use SimpleBooleanPredicateClausesStep
Package
Description
-
Uses of SimpleBooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type SimpleBooleanPredicateClausesStepModifier and TypeInterfaceDescriptioninterfaceSimpleBooleanPredicateClausesStep<SR,S extends SimpleBooleanPredicateClausesStep<SR, ?>> The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.Methods in org.hibernate.search.engine.search.predicate.dsl that return SimpleBooleanPredicateClausesStepModifier and TypeMethodDescriptionSearchPredicateFactory.and()Match documents if they match all inner clauses.TypedSearchPredicateFactory.and()Match documents if they match all inner clauses.SearchPredicateFactory.or()Match documents if they match any inner clause.TypedSearchPredicateFactory.or()Match documents if they match any inner clause. -
Uses of SimpleBooleanPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return SimpleBooleanPredicateClausesStep