Package org.hibernate.search.query.dsl
Interface SimpleQueryStringMatchingContext
- All Superinterfaces:
SimpleQueryStringDefinitionTermination
@Deprecated
public interface SimpleQueryStringMatchingContext
extends SimpleQueryStringDefinitionTermination
Deprecated.
- Author:
- Guillaume Smet
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Field the query is executed on.Deprecated.Fields the query is executed on.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.Define the default operator as AND.Methods inherited from interface org.hibernate.search.query.dsl.SimpleQueryStringDefinitionTermination
matching
-
Method Details
-
boostedTo
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)- Parameters:
boost- the value to use as boost- Returns:
thisfor method chaining
-
andField
Deprecated.Field the query is executed on.- Parameters:
field- The absolute path of an index field.- Returns:
thisfor method chaining
-
andFields
Deprecated.Fields the query is executed on.- Parameters:
field- The absolute path of an index field.- Returns:
thisfor method chaining
-
withAndAsDefaultOperator
SimpleQueryStringDefinitionTermination withAndAsDefaultOperator()Deprecated.Define the default operator as AND.- Returns:
thisfor method chaining
-
QueryBuilder.