Package | Description |
---|---|
org.elasticsearch.index.mapper.geo | |
org.elasticsearch.index.query | |
org.elasticsearch.index.search.geo |
Modifier and Type | Method and Description |
---|---|
GeoPointFieldMapper |
GeoPointFieldMapper.Builder.build(Mapper.BuilderContext context) |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.Filter |
GeohashCellFilter.create(QueryParseContext context,
GeoPointFieldMapper fieldMapper,
String geohash,
List<CharSequence> geohashes)
Create a new geohash filter for a given set of geohashes.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.Filter |
IndexedGeoBoundingBoxFilter.create(GeoPoint topLeft,
GeoPoint bottomRight,
GeoPointFieldMapper fieldMapper) |
Constructor and Description |
---|
GeoDistanceFilter(double lat,
double lon,
double distance,
GeoDistance geoDistance,
IndexGeoPointFieldData indexFieldData,
GeoPointFieldMapper mapper,
String optimizeBbox) |
GeoDistanceRangeFilter(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
GeoPointFieldMapper mapper,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
Copyright © 2009–2015. All rights reserved.