Uses of Class
org.elasticsearch.index.search.geo.GeoDistance

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

Uses of GeoDistance in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query with parameters of type GeoDistance
 GeoDistanceRangeFilterBuilder GeoDistanceRangeFilterBuilder.geoDistance(GeoDistance geoDistance)
           
 GeoDistanceFilterBuilder GeoDistanceFilterBuilder.geoDistance(GeoDistance geoDistance)
           
 

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

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

Methods in org.elasticsearch.index.search.geo that return GeoDistance
static GeoDistance GeoDistance.fromString(String s)
           
 GeoDistance GeoDistanceFilter.geoDistance()
           
 GeoDistance GeoDistanceRangeFilter.geoDistance()
           
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.
 

Methods in org.elasticsearch.index.search.geo with parameters of type GeoDistance
static FieldDataType.ExtendedFieldComparatorSource GeoDistanceDataComparator.comparatorSource(String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, FieldDataCache fieldDataCache, MapperService mapperService)
           
 

Constructors in org.elasticsearch.index.search.geo with parameters of type GeoDistance
GeoDistanceDataComparator(int numHits, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, FieldDataCache fieldDataCache, MapperService mapperService)
           
GeoDistanceFilter(double lat, double lon, double distance, GeoDistance geoDistance, String fieldName, GeoPointFieldMapper mapper, FieldDataCache fieldDataCache, String optimizeBbox)
           
GeoDistanceRangeFilter(double lat, double lon, Double lowerVal, Double upperVal, boolean includeLower, boolean includeUpper, GeoDistance geoDistance, String fieldName, GeoPointFieldMapper mapper, FieldDataCache fieldDataCache, String optimizeBbox)
           
 

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

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

Methods in org.elasticsearch.search.facet.geodistance with parameters of type GeoDistance
 GeoDistanceFacetBuilder GeoDistanceFacetBuilder.geoDistance(GeoDistance geoDistance)
          The geo distance type used to compute the distance.
 

Constructors in org.elasticsearch.search.facet.geodistance with parameters of type GeoDistance
GeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context)
           
ScriptGeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
ValueGeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context, String valueFieldName)
           
 

Uses of GeoDistance in org.elasticsearch.search.sort
 

Methods in org.elasticsearch.search.sort with parameters of type GeoDistance
 GeoDistanceSortBuilder GeoDistanceSortBuilder.geoDistance(GeoDistance geoDistance)
          The geo distance type used to compute the distance.
 



Copyright © 2009-2012. All Rights Reserved.