Package org.elasticsearch.index.mapper
Class LegacyGeoShapeFieldMapper.DeprecatedParameters
- java.lang.Object
-
- org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper.DeprecatedParameters
-
- Enclosing class:
- LegacyGeoShapeFieldMapper
@Deprecated public static class LegacyGeoShapeFieldMapper.DeprecatedParameters extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLegacyGeoShapeFieldMapper.DeprecatedParameters.DefaultsDeprecated.static classLegacyGeoShapeFieldMapper.DeprecatedParameters.NamesDeprecated.static classLegacyGeoShapeFieldMapper.DeprecatedParameters.PrefixTreesDeprecated.
-
Field Summary
Fields Modifier and Type Field Description DoubledistanceErrorPctDeprecated.BooleanpointsOnlyDeprecated.StringprecisionDeprecated.SpatialStrategystrategyDeprecated.StringtreeDeprecated.IntegertreeLevelsDeprecated.
-
Constructor Summary
Constructors Constructor Description DeprecatedParameters()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanparse(String name, String fieldName, Object fieldNode, LegacyGeoShapeFieldMapper.DeprecatedParameters deprecatedParameters)Deprecated.voidsetDistanceErrorPct(double distanceErrorPct)Deprecated.voidsetPointsOnly(boolean pointsOnly)Deprecated.voidsetPrecision(String precision)Deprecated.voidsetSpatialStrategy(SpatialStrategy strategy)Deprecated.voidsetTree(String prefixTree)Deprecated.voidsetTreeLevels(int treeLevels)Deprecated.
-
-
-
Field Detail
-
strategy
public SpatialStrategy strategy
Deprecated.
-
tree
public String tree
Deprecated.
-
treeLevels
public Integer treeLevels
Deprecated.
-
precision
public String precision
Deprecated.
-
pointsOnly
public Boolean pointsOnly
Deprecated.
-
distanceErrorPct
public Double distanceErrorPct
Deprecated.
-
-
Method Detail
-
setSpatialStrategy
public void setSpatialStrategy(SpatialStrategy strategy)
Deprecated.
-
setTree
public void setTree(String prefixTree)
Deprecated.
-
setTreeLevels
public void setTreeLevels(int treeLevels)
Deprecated.
-
setPrecision
public void setPrecision(String precision)
Deprecated.
-
setPointsOnly
public void setPointsOnly(boolean pointsOnly)
Deprecated.
-
setDistanceErrorPct
public void setDistanceErrorPct(double distanceErrorPct)
Deprecated.
-
parse
public static boolean parse(String name, String fieldName, Object fieldNode, LegacyGeoShapeFieldMapper.DeprecatedParameters deprecatedParameters)
Deprecated.
-
-