public interface SimpleQueryStringContext extends QueryCustomization<SimpleQueryStringContext>
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryStringMatchingContext |
onField(String field) |
SimpleQueryStringMatchingContext |
onFields(String field,
String... fields) |
boostedTo, filteredBy, 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-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.