change default geo point resolution from 32 to 64

This commit is contained in:
kimchy 2010-08-03 00:08:56 +03:00
parent 07ab5dcf9b
commit d1e404c1b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;