| Constructor and Description |
|---|
LuceneCondition(String query)
Returns a new
LuceneCondition with the specified query. |
| Modifier and Type | Method and Description |
|---|---|
LuceneCondition |
defaultField(String defaultField)
Returns this builder with the specified default field name.
|
boost, boostall, bigDecimalMapper, bigIntegerMapper, bitemporal, bitemporalMapper, blobMapper, bool, booleanMapper, build, classpathAnalyzer, contains, dateMapper, dateRange, dateRangeMapper, doubleMapper, field, floatMapper, fuzzy, geoBBox, geoDistance, geoDistanceSortField, geoPointMapper, index, index, inetMapper, integerMapper, longMapper, lucene, match, none, phrase, prefix, range, regexp, schema, search, snowballAnalyzer, stringMapper, textMapper, toString, uuidMapper, wildcardpublic LuceneCondition(String query)
LuceneCondition with the specified query.query - The Lucene query syntax expression.public LuceneCondition defaultField(String defaultField)
defaultField - The name of the field where the clauses will be applied by default.Copyright © 2016. All rights reserved.