Uses of Interface
org.hibernate.search.query.dsl.TermMatchingContext
-
Packages that use TermMatchingContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of TermMatchingContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return TermMatchingContext Modifier and Type Method Description TermMatchingContextTermMatchingContext. andField(String field)Deprecated.field / property the term query is executed onTermMatchingContextFuzzyContext. onField(String field)Deprecated.field / property the term query is executed onTermMatchingContextTermContext. onField(String field)Deprecated.TermMatchingContextWildcardContext. onField(String field)Deprecated.TermMatchingContextFuzzyContext. onFields(String... fields)Deprecated.fields / properties the term query is executed onTermMatchingContextTermContext. onFields(String... field)Deprecated.TermMatchingContextWildcardContext. onFields(String... fields)Deprecated.
-