Package org.elasticsearch.index.mapper
Class LegacyGeoShapeFieldMapper.Defaults
java.lang.Object
org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper.Defaults
- Enclosing class:
- LegacyGeoShapeFieldMapper
public static class LegacyGeoShapeFieldMapper.Defaults
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static doubleDISTANCE_ERROR_PCTstatic intGEOHASH_TREE_LEVELSstatic booleanPOINTS_ONLYstatic java.lang.StringPRECISIONstatic intQUADTREE_LEVELSstatic SpatialStrategySTRATEGYstatic java.lang.StringTREE -
Constructor Summary
Constructors Constructor Description Defaults() -
Method Summary
Modifier and Type Method Description static intdefaultTreeLevel(java.lang.String tree)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
STRATEGY
-
TREE
public static final java.lang.String TREE- See Also:
- Constant Field Values
-
PRECISION
public static final java.lang.String PRECISION- See Also:
- Constant Field Values
-
QUADTREE_LEVELS
public static final int QUADTREE_LEVELS -
GEOHASH_TREE_LEVELS
public static final int GEOHASH_TREE_LEVELS -
POINTS_ONLY
public static final boolean POINTS_ONLY- See Also:
- Constant Field Values
-
DISTANCE_ERROR_PCT
public static final double DISTANCE_ERROR_PCT- See Also:
- Constant Field Values
-
-
Constructor Details
-
Defaults
public Defaults()
-
-
Method Details
-
defaultTreeLevel
public static int defaultTreeLevel(java.lang.String tree)
-