| Constructor and Description |
|---|
PhraseCondition(String field,
String value)
Returns a new
PhraseCondition with the specified field name and values to be matched. |
| Modifier and Type | Method and Description |
|---|---|
PhraseCondition |
slop(Integer slop)
Returns this builder with the specified slop.
|
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 PhraseCondition(String field, String value)
PhraseCondition with the specified field name and values to be matched.field - The name of the field to be matched.value - The phrase terms to be matched.public PhraseCondition slop(Integer slop)
slop - The number of other words permitted between words in phrase to set.Copyright © 2016. All rights reserved.