org.elasticsearch.search.facet.geodistance
Class ValueGeoDistanceFacetCollector.Aggregator

java.lang.Object
  extended by org.elasticsearch.search.facet.geodistance.ValueGeoDistanceFacetCollector.Aggregator
All Implemented Interfaces:
GeoPointFieldData.ValueInDocProc
Enclosing class:
ValueGeoDistanceFacetCollector

public static class ValueGeoDistanceFacetCollector.Aggregator
extends Object
implements GeoPointFieldData.ValueInDocProc


Constructor Summary
ValueGeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistanceFacet.Entry[] entries)
           
 
Method Summary
 void onValue(int docId, double lat, double lon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueGeoDistanceFacetCollector.Aggregator

public ValueGeoDistanceFacetCollector.Aggregator(GeoDistance.FixedSourceDistance fixedSourceDistance,
                                                 GeoDistanceFacet.Entry[] entries)
Method Detail

onValue

public void onValue(int docId,
                    double lat,
                    double lon)
Specified by:
onValue in interface GeoPointFieldData.ValueInDocProc


Copyright © 2009-2012. All Rights Reserved.