Uses of Class
org.elasticsearch.search.facet.geodistance.GeoDistanceFacet.Entry

Packages that use GeoDistanceFacet.Entry
org.elasticsearch.search.facet.geodistance   
 

Uses of GeoDistanceFacet.Entry in org.elasticsearch.search.facet.geodistance
 

Fields in org.elasticsearch.search.facet.geodistance declared as GeoDistanceFacet.Entry
protected  GeoDistanceFacet.Entry[] GeoDistanceFacetCollector.entries
           
 

Methods in org.elasticsearch.search.facet.geodistance that return types with arguments of type GeoDistanceFacet.Entry
 List<GeoDistanceFacet.Entry> GeoDistanceFacet.entries()
          An ordered list of geo distance facet entries.
 List<GeoDistanceFacet.Entry> InternalGeoDistanceFacet.entries()
           
 List<GeoDistanceFacet.Entry> GeoDistanceFacet.getEntries()
          An ordered list of geo distance facet entries.
 List<GeoDistanceFacet.Entry> InternalGeoDistanceFacet.getEntries()
           
 Iterator<GeoDistanceFacet.Entry> InternalGeoDistanceFacet.iterator()
           
 

Constructors in org.elasticsearch.search.facet.geodistance with parameters of type GeoDistanceFacet.Entry
GeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
GeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context)
           
InternalGeoDistanceFacet(String name, GeoDistanceFacet.Entry[] entries)
           
ScriptGeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
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.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
ValueGeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context, String valueFieldName)
           
 



Copyright © 2009-2012. All Rights Reserved.