Package | Description |
---|---|
org.elasticsearch.common.geo | |
org.elasticsearch.index.search.geo |
Modifier and Type | Class and Description |
---|---|
static class |
GeoDistance.Meridian180DistanceBoundingCheck |
static class |
GeoDistance.SimpleDistanceBoundingCheck |
Modifier and Type | Method and Description |
---|---|
static GeoDistance.DistanceBoundingCheck |
GeoDistance.distanceBoundingCheck(double sourceLatitude,
double sourceLongitude,
double distance,
DistanceUnit unit) |
Constructor and Description |
---|
GeoDistanceDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double distance) |
GeoDistanceRangeDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double inclusiveLowerPoint,
double inclusiveUpperPoint) |
Copyright © 2009–2015. All rights reserved.