| Constructor and Description |
|---|
RangeCondition(String field)
Creates a new
RangeCondition for the specified field. |
| Modifier and Type | Method and Description |
|---|---|
RangeCondition |
includeLower(Boolean includeLower)
Sets if the lower value must be included.
|
RangeCondition |
includeUpper(Boolean includeUpper)
Sets if the upper value must be included.
|
RangeCondition |
lower(Object lower)
Sets the lower value to be matched.
|
RangeCondition |
upper(Object upper)
Sets the upper value to be matched.
|
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 RangeCondition(String field)
RangeCondition for the specified field.field - the name of the field to be matched.public RangeCondition lower(Object lower)
lower - The lower value to be matched.public RangeCondition upper(Object upper)
upper - The lower value to be matched.public RangeCondition includeLower(Boolean includeLower)
includeLower - If the lower value must be included.public RangeCondition includeUpper(Boolean includeUpper)
includeUpper - If the upper value must be included.Copyright © 2016. All rights reserved.