Uses of Interface
org.hibernate.search.query.dsl.BooleanJunction
-
Packages that use BooleanJunction Package Description org.hibernate.search.query.dsl 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 BooleanJunction Modifier and Type Interface Description interfaceBooleanJunction<T extends BooleanJunction>Deprecated.See the deprecation note onQueryBuilder.Subinterfaces of BooleanJunction in org.hibernate.search.query.dsl Modifier and Type Interface Description interfaceMustJunctionDeprecated.See the deprecation note onQueryBuilder.Methods in org.hibernate.search.query.dsl that return BooleanJunction Modifier and Type Method Description BooleanJunction<BooleanJunction>QueryBuilder. bool()Deprecated.See the javadoc of this class for how to create predicates in Hibernate Search 6.BooleanJunctionMustJunction. disableScoring()Deprecated.Disables scoring on the subquery.BooleanJunctionBooleanJunction. minimumShouldMatchNumber(int matchingClausesNumber)Deprecated.Sets the "minimumShouldMatch" constraint.BooleanJunctionBooleanJunction. minimumShouldMatchPercent(int matchingClausesPercent)Deprecated.Sets the "minimumShouldMatch" constraint.BooleanJunctionMustJunction. not()Deprecated.Negate the must clause.BooleanJunctionBooleanJunction. should(Query query)Deprecated.The boolean query results should match the subqueryMethods in org.hibernate.search.query.dsl that return types with arguments of type BooleanJunction Modifier and Type Method Description BooleanJunction<BooleanJunction>QueryBuilder. bool()Deprecated.See the javadoc of this class for how to create predicates in Hibernate Search 6.
-