Uses of Interface
org.hibernate.search.query.dsl.MustJunction
-
Packages that use MustJunction Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of MustJunction in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return MustJunction Modifier and Type Method Description MustJunctionBooleanJunction. must(Query query)Deprecated.The boolean query results must (or must not) match the subquery Call the .not() method to ensure results of the boolean query do NOT match the subquery.
-