Uses of Interface
org.hibernate.search.query.dsl.PhraseMatchingContext
-
Packages that use PhraseMatchingContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of PhraseMatchingContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return PhraseMatchingContext Modifier and Type Method Description PhraseMatchingContextPhraseMatchingContext. andField(String field)Deprecated.field / property the term query is executed onPhraseMatchingContextPhraseContext. onField(String fieldName)Deprecated.field / property the term query is executed on
-