mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
change default geo point resolution from 32 to 64
This commit is contained in:
parent
07ab5dcf9b
commit
d1e404c1b3
@ -72,7 +72,7 @@ public class XContentGeoPointFieldMapper implements XContentMapper {
|
|||||||
|
|
||||||
private boolean enableGeohash = false;
|
private boolean enableGeohash = false;
|
||||||
|
|
||||||
private String resolution = "32";
|
private String resolution = "64";
|
||||||
|
|
||||||
private Integer precisionStep;
|
private Integer precisionStep;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user