Package | Description |
---|---|
org.elasticsearch.index.mapper.geo |
Modifier and Type | Class and Description |
---|---|
class |
GeoPointFieldMapper
Parsing: We handle:
- "field" : "geo_hash"
- "field" : "lat,lon"
- "field" : {
"lat" : 1.1,
"lon" : 2.1
}
|
Copyright © 2009–2015. All rights reserved.