Uses of Interface
org.hibernate.search.query.dsl.SimpleQueryStringMatchingContext
Packages that use SimpleQueryStringMatchingContext
Package
Description
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 SimpleQueryStringMatchingContextModifier and TypeMethodDescriptionDeprecated.Field the query is executed on.Deprecated.Fields the query is executed on.SimpleQueryStringMatchingContext.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)Deprecated.Deprecated.