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 double DISTANCE_ERROR_PCT  
    static int GEOHASH_TREE_LEVELS  
    static boolean POINTS_ONLY  
    static java.lang.String PRECISION  
    static int QUADTREE_LEVELS  
    static SpatialStrategy STRATEGY  
    static java.lang.String TREE  
  • Constructor Summary

    Constructors
    Constructor Description
    Defaults()  
  • Method Summary

    Modifier and Type Method Description
    static int defaultTreeLevel​(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

      public static final SpatialStrategy 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)