Uses of Interface
org.elasticsearch.index.mapper.geo.GeoPointFieldData.ValueInDocProc

Packages that use GeoPointFieldData.ValueInDocProc
org.elasticsearch.index.mapper.geo   
org.elasticsearch.search.facet.geodistance   
 

Uses of GeoPointFieldData.ValueInDocProc in org.elasticsearch.index.mapper.geo
 

Methods in org.elasticsearch.index.mapper.geo with parameters of type GeoPointFieldData.ValueInDocProc
 void MultiValueGeoPointFieldData.forEachValueInDoc(int docId, GeoPointFieldData.ValueInDocProc proc)
           
abstract  void GeoPointFieldData.forEachValueInDoc(int docId, GeoPointFieldData.ValueInDocProc proc)
           
 void SingleValueGeoPointFieldData.forEachValueInDoc(int docId, GeoPointFieldData.ValueInDocProc proc)
           
 

Uses of GeoPointFieldData.ValueInDocProc in org.elasticsearch.search.facet.geodistance
 

Classes in org.elasticsearch.search.facet.geodistance that implement GeoPointFieldData.ValueInDocProc
static class GeoDistanceFacetCollector.Aggregator
           
static class ScriptGeoDistanceFacetCollector.Aggregator
           
static class ValueGeoDistanceFacetCollector.Aggregator
           
 

Fields in org.elasticsearch.search.facet.geodistance declared as GeoPointFieldData.ValueInDocProc
protected  GeoPointFieldData.ValueInDocProc GeoDistanceFacetCollector.aggregator
           
 



Copyright © 2009-2012. All Rights Reserved.