Class LegacyGeoShapeFieldMapper.DeprecatedParameters

  • Enclosing class:
    LegacyGeoShapeFieldMapper

    @Deprecated
    public static class LegacyGeoShapeFieldMapper.DeprecatedParameters
    extends java.lang.Object
    Deprecated.
    • Field Detail

      • tree

        public java.lang.String tree
        Deprecated.
      • treeLevels

        public java.lang.Integer treeLevels
        Deprecated.
      • precision

        public java.lang.String precision
        Deprecated.
      • pointsOnly

        public java.lang.Boolean pointsOnly
        Deprecated.
      • distanceErrorPct

        public java.lang.Double distanceErrorPct
        Deprecated.
    • Constructor Detail

      • DeprecatedParameters

        public DeprecatedParameters()
        Deprecated.
    • Method Detail

      • setSpatialStrategy

        public void setSpatialStrategy​(SpatialStrategy strategy)
        Deprecated.
      • setTree

        public void setTree​(java.lang.String prefixTree)
        Deprecated.
      • setTreeLevels

        public void setTreeLevels​(int treeLevels)
        Deprecated.
      • setPrecision

        public void setPrecision​(java.lang.String precision)
        Deprecated.
      • setPointsOnly

        public void setPointsOnly​(boolean pointsOnly)
        Deprecated.
      • setDistanceErrorPct

        public void setDistanceErrorPct​(double distanceErrorPct)
        Deprecated.