Package | Description |
---|---|
org.elasticsearch.common.geo | |
org.elasticsearch.index.search.geo | |
org.elasticsearch.search.facet.geodistance |
Modifier and Type | Class and Description |
---|---|
static class |
GeoDistance.ArcFixedSourceDistance |
static class |
GeoDistance.FactorFixedSourceDistance |
static class |
GeoDistance.FixedSourceDistanceBase
Basic implementation of
GeoDistance.FixedSourceDistance . |
static class |
GeoDistance.PlaneFixedSourceDistance |
static class |
GeoDistance.SloppyArcFixedSourceDistance |
Modifier and Type | Method and Description |
---|---|
abstract GeoDistance.FixedSourceDistance |
GeoDistance.fixedSourceDistance(double sourceLatitude,
double sourceLongitude,
DistanceUnit unit) |
Modifier and Type | Method and Description |
---|---|
static SortedNumericDoubleValues |
GeoDistance.distanceValues(MultiGeoPointValues geoPointValues,
GeoDistance.FixedSourceDistance... distances)
Return a
SortedNumericDoubleValues instance that returns the distances to a list of geo-points for each document. |
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) |
Modifier and Type | Field and Description |
---|---|
protected GeoDistance.FixedSourceDistance |
GeoDistanceFacetExecutor.Aggregator.fixedSourceDistance |
Constructor and Description |
---|
Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistanceFacet.Entry[] entries) |
Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistanceFacet.Entry[] entries) |
ScriptAggregator(GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistanceFacet.Entry[] entries,
SearchScript script) |
Copyright © 2009–2015. All rights reserved.