| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.mapper.geo |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
BaseGeoPointFieldMapper
GeoPointFieldMapper base class to maintain backward compatibility
|
class |
GeoPointFieldMapper
Parsing: We handle:
- "field" : "geo_hash"
- "field" : "lat,lon"
- "field" : {
"lat" : 1.1,
"lon" : 2.1
}
|
class |
GeoPointFieldMapperLegacy
Parsing: We handle:
- "field" : "geo_hash"
- "field" : "lat,lon"
- "field" : {
"lat" : 1.1,
"lon" : 2.1
}
|
Copyright © 2009–2016. All rights reserved.