summaryrefslogtreecommitdiff
path: root/docs/reference/query-dsl
diff options
context:
space:
mode:
authorNicholas Knize <nknize@gmail.com>2017-02-03 15:14:11 -0600
committerNicholas Knize <nknize@gmail.com>2017-02-06 14:17:21 -0600
commit1c9fdfd1b34916965d646978c2d2dbc159edf247 (patch)
tree619eff3b11df32a87a5beccccb67e9eba9342652 /docs/reference/query-dsl
parent033f03109fd3d541fa41a61697dd4b4906aa5fc2 (diff)
Remove GeoPointFieldMapper abstraction
In order to support the evolving GeoPoint encodings in Lucene 5 and 6, ES 2.x and 5.x implements an abstraction layer to the GeoPointFieldMapper classes. As of 5.x the geo_point field mapper settled on using Lucene's more performant LatLonPoint field type and deprecated all other encodings. In 6.0 all encodings except LatLonPoint have been removed rendering this abstraction layer useless. This commit removes the abstraction layer and renames the LatLonPointFieldMapper back to GeoPointFieldMapper to mantain consistency with ES field naming.
Diffstat (limited to 'docs/reference/query-dsl')
0 files changed, 0 insertions, 0 deletions