| Package | Description |
|---|---|
| org.elasticsearch.index.mapper.geo | |
| org.elasticsearch.index.query | |
| org.elasticsearch.index.search.geo |
| Modifier and Type | Field and Description |
|---|---|
static BaseGeoPointFieldMapper.GeoPointFieldType |
GeoPointFieldMapper.Defaults.FIELD_TYPE |
static BaseGeoPointFieldMapper.GeoPointFieldType |
GeoPointFieldMapperLegacy.Defaults.FIELD_TYPE |
| Modifier and Type | Method and Description |
|---|---|
BaseGeoPointFieldMapper.GeoPointFieldType |
BaseGeoPointFieldMapper.fieldType() |
BaseGeoPointFieldMapper.GeoPointFieldType |
BaseGeoPointFieldMapper.Builder.fieldType() |
| Constructor and Description |
|---|
BaseGeoPointFieldMapper.Builder(String name,
BaseGeoPointFieldMapper.GeoPointFieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.search.Query |
GeohashCellQuery.create(QueryParseContext context,
BaseGeoPointFieldMapper.GeoPointFieldType fieldType,
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.Query |
IndexedGeoBoundingBoxQuery.create(GeoPoint topLeft,
GeoPoint bottomRight,
BaseGeoPointFieldMapper.GeoPointFieldType fieldType) |
| Constructor and Description |
|---|
GeoDistanceRangeQuery(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
BaseGeoPointFieldMapper.GeoPointFieldType fieldType,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
Copyright © 2009–2017. All rights reserved.