Package org.elasticsearch.index.mapper
Class LegacyGeoShapeFieldMapper.DeprecatedParameters.PrefixTrees
java.lang.Object
org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper.DeprecatedParameters.PrefixTrees
- Enclosing class:
- LegacyGeoShapeFieldMapper.DeprecatedParameters
public static class LegacyGeoShapeFieldMapper.DeprecatedParameters.PrefixTrees
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGEOHASHstatic java.lang.StringLEGACY_QUADTREEstatic java.lang.StringQUADTREE -
Constructor Summary
Constructors Constructor Description PrefixTrees() -
Method Summary
-
Field Details
-
LEGACY_QUADTREE
public static final java.lang.String LEGACY_QUADTREE- See Also:
- Constant Field Values
-
QUADTREE
public static final java.lang.String QUADTREE- See Also:
- Constant Field Values
-
GEOHASH
public static final java.lang.String GEOHASH- See Also:
- Constant Field Values
-
-
Constructor Details
-
PrefixTrees
public PrefixTrees()
-