Package org.elasticsearch.index.mapper
Class LegacyGeoShapeFieldMapper.Defaults
java.lang.Object
org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper.Defaults
- Enclosing class:
- LegacyGeoShapeFieldMapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic double
static int
static boolean
static String
static int
static SpatialStrategy
static String
-
Constructor Summary
-
Method Summary
-
Field Details
-
STRATEGY
-
TREE
- See Also:
- Constant Field Values
-
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
-