Uses of Interface
org.hibernate.search.query.dsl.AllContext
-
Packages that use AllContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of AllContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return AllContext Modifier and Type Method Description AllContextQueryBuilder. all()Deprecated.See the javadoc of this class for how to create predicates in Hibernate Search 6.AllContextAllContext. except(Query... queriesMatchingExcludedDocuments)Deprecated.Exclude the documents matching these queries
-