Uses of Interface
org.hibernate.search.query.dsl.SimpleQueryStringMatchingContext
-
Packages that use SimpleQueryStringMatchingContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of SimpleQueryStringMatchingContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return SimpleQueryStringMatchingContext Modifier and Type Method Description SimpleQueryStringMatchingContextSimpleQueryStringMatchingContext. andField(String field)Deprecated.Field the query is executed on.SimpleQueryStringMatchingContextSimpleQueryStringMatchingContext. andFields(String... field)Deprecated.Fields the query is executed on.SimpleQueryStringMatchingContextSimpleQueryStringMatchingContext. boostedTo(float boost)Deprecated.Boost the field to a given value Most of the time positive float: - lower than 1 to diminish the weight - higher than 1 to increase the weight Could be negative but not unless you understand what is going on (advanced)SimpleQueryStringMatchingContextSimpleQueryStringContext. onField(String field)Deprecated.SimpleQueryStringMatchingContextSimpleQueryStringContext. onFields(String field, String... fields)Deprecated.
-