| Constructor and Description |
|---|
GeoDistanceCondition(String field,
double latitude,
double longitude,
String maxDistance)
Returns a new
GeoDistanceCondition with the specified field reference point. |
| Modifier and Type | Method and Description |
|---|---|
GeoDistanceCondition |
minDistance(String minDistance)
Sets the min allowed distance.
|
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 GeoDistanceCondition(String field, double latitude, double longitude, String maxDistance)
GeoDistanceCondition with the specified field reference point.field - The name of the field to be matched.latitude - The latitude of the reference point.longitude - The longitude of the reference point.maxDistance - The max allowed distance.public GeoDistanceCondition minDistance(String minDistance)
minDistance - The min allowed distance.Copyright © 2016. All rights reserved.