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 String resolution = "32";
|
||||
private String resolution = "64";
|
||||
|
||||
private Integer precisionStep;
|
||||
|
||||
|
|
Loading…
Reference in New Issue