Uses of Interface
org.hibernate.search.query.dsl.BooleanJunction
Packages that use BooleanJunction
Package
Description
Provide a domain specific language to write Lucene queries and create faceting requests.
-
Uses of BooleanJunction in org.hibernate.search.query.dsl
Classes in org.hibernate.search.query.dsl with type parameters of type BooleanJunctionModifier and TypeInterfaceDescriptioninterfaceBooleanJunction<T extends BooleanJunction>Deprecated.Subinterfaces of BooleanJunction in org.hibernate.search.query.dslModifier and TypeInterfaceDescriptioninterfaceDeprecated.See the deprecation note onQueryBuilder.Methods in org.hibernate.search.query.dsl that return BooleanJunctionModifier and TypeMethodDescriptionQueryBuilder.bool()Deprecated.See the javadoc of this class for how to create predicates in Hibernate Search 6.MustJunction.disableScoring()Deprecated.Disables scoring on the subquery.BooleanJunction.minimumShouldMatchNumber(int matchingClausesNumber) Deprecated.Sets the "minimumShouldMatch" constraint.BooleanJunction.minimumShouldMatchPercent(int matchingClausesPercent) Deprecated.Sets the "minimumShouldMatch" constraint.MustJunction.not()Deprecated.Negate the must clause.Deprecated.The boolean query results should match the subqueryMethods in org.hibernate.search.query.dsl that return types with arguments of type BooleanJunctionModifier and TypeMethodDescriptionQueryBuilder.bool()Deprecated.See the javadoc of this class for how to create predicates in Hibernate Search 6.
QueryBuilder.