| Modifier and Type | Field and Description |
|---|---|
static GeoDistance |
GeoDistance.DEFAULT
Default
GeoDistance function. |
| Modifier and Type | Method and Description |
|---|---|
static GeoDistance |
GeoDistance.fromString(String name)
Get a
GeoDistance according to a given name. |
static GeoDistance |
GeoDistance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoDistance[] |
GeoDistance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GeoDistanceRangeQueryBuilder |
GeoDistanceRangeQueryBuilder.geoDistance(GeoDistance geoDistance) |
GeoDistanceQueryBuilder |
GeoDistanceQueryBuilder.geoDistance(GeoDistance geoDistance) |
| Modifier and Type | Method and Description |
|---|---|
GeoDistance |
GeoDistanceRangeQuery.geoDistance() |
| Constructor and Description |
|---|
GeoDistanceRangeQuery(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
BaseGeoPointFieldMapper.GeoPointFieldType fieldType,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
| Modifier and Type | Method and Description |
|---|---|
GeoDistanceBuilder |
GeoDistanceBuilder.distanceType(GeoDistance distanceType)
Set the
distance type to use, defaults to
SLOPPY_ARC. |
| Modifier and Type | Method and Description |
|---|---|
GeoDistanceSortBuilder |
GeoDistanceSortBuilder.geoDistance(GeoDistance geoDistance)
The geo distance type used to compute the distance.
|
Copyright © 2009–2017. All rights reserved.