Package | Description |
---|---|
org.elasticsearch.common.geo.builders | |
org.elasticsearch.common.unit | |
org.elasticsearch.index.fielddata.plain | |
org.elasticsearch.index.mapper.geo |
Modifier and Type | Method and Description |
---|---|
protected static CircleBuilder |
ShapeBuilder.GeoShapeType.parseCircle(ShapeBuilder.CoordinateNode coordinates,
DistanceUnit.Distance radius) |
CircleBuilder |
CircleBuilder.radius(DistanceUnit.Distance radius)
Set the radius of the circle
|
Modifier and Type | Method and Description |
---|---|
DistanceUnit.Distance |
DistanceUnit.Distance.convert(DistanceUnit unit)
Converts a
DistanceUnit.Distance value given in a specific DistanceUnit into
a value equal to the specified value but in a other DistanceUnit . |
static DistanceUnit.Distance |
DistanceUnit.Distance.parseDistance(String distance)
Parse a
DistanceUnit.Distance from a given String. |
Modifier and Type | Method and Description |
---|---|
int |
DistanceUnit.Distance.compareTo(DistanceUnit.Distance o) |
Constructor and Description |
---|
GeoPointCompressedIndexFieldData(Index index,
Settings indexSettings,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
DistanceUnit.Distance precision,
CircuitBreakerService breakerService) |
Modifier and Type | Method and Description |
---|---|
DistanceUnit.Distance |
GeoPointFieldMapper.Encoding.precision() |
Modifier and Type | Method and Description |
---|---|
static GeoPointFieldMapper.Encoding |
GeoPointFieldMapper.Encoding.of(DistanceUnit.Distance precision)
Get an instance based on the expected precision.
|
Copyright © 2009–2015. All rights reserved.