Uses of Interface
org.hibernate.search.query.dsl.PhraseContext
-
Packages that use PhraseContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of PhraseContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return PhraseContext Modifier and Type Method Description PhraseContextQueryBuilder. phrase()Deprecated.See the javadoc of this class for how to create predicates in Hibernate Search 6.PhraseContextPhraseContext. withSlop(int slop)Deprecated.Sets the number of other words permitted between words in query phrase.
-