We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4758b2a commit 57eb163Copy full SHA for 57eb163
core/src/main/java/org/elasticsearch/index/mapper/LatLonPointFieldMapper.java
@@ -44,7 +44,8 @@
44
*/
45
public class LatLonPointFieldMapper extends BaseGeoPointFieldMapper {
46
public static final String CONTENT_TYPE = "geo_point";
47
- public static final Version LAT_LON_FIELD_VERSION = Version.V_5_0_0_alpha6;
+ // TODO replace this once 5.0.0-beta1 is released
48
+ public static final Version LAT_LON_FIELD_VERSION = Version.fromString("5.0.0-beta1");
49
50
public static class Defaults extends BaseGeoPointFieldMapper.Defaults {
51
public static final LatLonPointFieldType FIELD_TYPE = new LatLonPointFieldType();
0 commit comments