Package org.hibernate.search.query.dsl
Interface SimpleQueryStringContext
- All Superinterfaces:
QueryCustomization<SimpleQueryStringContext>
@Deprecated
public interface SimpleQueryStringContext
extends QueryCustomization<SimpleQueryStringContext>
Deprecated.
- Author:
- Guillaume Smet
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScore
-
Method Details
-
onField
Deprecated.- Parameters:
field- The field name the query is executed on- Returns:
SimpleQueryStringMatchingContextto continue the query
-
onFields
Deprecated.- Parameters:
field- The first field added to the list of fields (follows the same rules described below for fields)fields- The field names the query is executed on- Returns:
SimpleQueryStringMatchingContextto continue the query
-
QueryBuilder.