public interface SimpleQueryStringContext extends QueryCustomization<SimpleQueryStringContext>
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryStringMatchingContext |
onField(String field) |
SimpleQueryStringMatchingContext |
onFields(String field,
String... fields) |
boostedTo, filteredBy, withConstantScoreSimpleQueryStringMatchingContext onField(String field)
field - The field name the query is executed onSimpleQueryStringMatchingContext to continue the querySimpleQueryStringMatchingContext onFields(String field, String... fields)
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 onSimpleQueryStringMatchingContext to continue the queryCopyright © 2006–2017 Hibernate. All rights reserved.