Package org.hibernate.search.query.dsl
Interface SimpleQueryStringContext
-
- All Superinterfaces:
QueryCustomization<SimpleQueryStringContext>
@Deprecated public interface SimpleQueryStringContext extends QueryCustomization<SimpleQueryStringContext>
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Guillaume Smet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SimpleQueryStringMatchingContextonField(String field)Deprecated.SimpleQueryStringMatchingContextonFields(String field, String... fields)Deprecated.-
Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScore
-
-
-
-
Method Detail
-
onField
SimpleQueryStringMatchingContext onField(String field)
Deprecated.- Parameters:
field- The field name the query is executed on- Returns:
SimpleQueryStringMatchingContextto continue the query
-
onFields
SimpleQueryStringMatchingContext onFields(String field, String... fields)
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
-
-