Uses of Class
org.elasticsearch.index.mapper.geo.GeoPointFieldMapper

Packages that use GeoPointFieldMapper
org.elasticsearch.index.mapper.geo   
org.elasticsearch.index.search.geo   
 

Uses of GeoPointFieldMapper in org.elasticsearch.index.mapper.geo
 

Methods in org.elasticsearch.index.mapper.geo that return GeoPointFieldMapper
 GeoPointFieldMapper GeoPointFieldMapper.Builder.build(Mapper.BuilderContext context)
           
 GeoPointFieldMapper GeoPointFieldMapper.GeoStringFieldMapper.geoMapper()
           
 

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

Methods in org.elasticsearch.index.search.geo with parameters of type GeoPointFieldMapper
static org.apache.lucene.search.Filter IndexedGeoBoundingBoxFilter.create(Point topLeft, Point bottomRight, GeoPointFieldMapper fieldMapper)
           
 

Constructors in org.elasticsearch.index.search.geo with parameters of type GeoPointFieldMapper
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)
           
 



Copyright © 2009-2012. All Rights Reserved.