Uses of Interface
org.elasticsearch.index.search.geo.GeoDistance.FixedSourceDistance

Packages that use GeoDistance.FixedSourceDistance
org.elasticsearch.index.search.geo   
org.elasticsearch.search.facet.geodistance   
 

Uses of GeoDistance.FixedSourceDistance in org.elasticsearch.index.search.geo
 

Classes in org.elasticsearch.index.search.geo that implement GeoDistance.FixedSourceDistance
static class GeoDistance.ArcFixedSourceDistance
           
static class GeoDistance.FactorFixedSourceDistance
           
static class GeoDistance.PlaneFixedSourceDistance
           
 

Fields in org.elasticsearch.index.search.geo declared as GeoDistance.FixedSourceDistance
protected  GeoDistance.FixedSourceDistance GeoDistanceDataComparator.fixedSourceDistance
           
 

Methods in org.elasticsearch.index.search.geo that return GeoDistance.FixedSourceDistance
abstract  GeoDistance.FixedSourceDistance GeoDistance.fixedSourceDistance(double sourceLatitude, double sourceLongitude, DistanceUnit unit)
           
 

Constructors in org.elasticsearch.index.search.geo with parameters of type GeoDistance.FixedSourceDistance
GeoDistanceFilter.GeoDistanceDocSet(int maxDoc, GeoPointFieldData fieldData, GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistance.DistanceBoundingCheck distanceBoundingCheck, double distance)
           
GeoDistanceRangeFilter.GeoDistanceRangeDocSet(int maxDoc, GeoPointFieldData fieldData, GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistance.DistanceBoundingCheck distanceBoundingCheck, double inclusiveLowerPoint, double inclusiveUpperPoint)
           
 

Uses of GeoDistance.FixedSourceDistance in org.elasticsearch.search.facet.geodistance
 

Fields in org.elasticsearch.search.facet.geodistance declared as GeoDistance.FixedSourceDistance
protected  GeoDistance.FixedSourceDistance GeoDistanceFacetCollector.fixedSourceDistance
           
 

Constructors in org.elasticsearch.search.facet.geodistance with parameters of type GeoDistance.FixedSourceDistance
GeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
ScriptGeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
ValueGeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
 



Copyright © 2009-2012. All Rights Reserved.