org.elasticsearch.index.mapper.geo
Class GeoShapeFieldMapper.Defaults

java.lang.Object
  extended by org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
Enclosing class:
GeoShapeFieldMapper

public static class GeoShapeFieldMapper.Defaults
extends Object


Field Summary
static double DISTANCE_ERROR_PCT
           
static int GEOHASH_LEVELS
           
static int QUADTREE_LEVELS
           
static String TREE
           
 
Constructor Summary
GeoShapeFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TREE

public static final String TREE
See Also:
Constant Field Values

GEOHASH_LEVELS

public static final int GEOHASH_LEVELS

QUADTREE_LEVELS

public static final int QUADTREE_LEVELS
See Also:
Constant Field Values

DISTANCE_ERROR_PCT

public static final double DISTANCE_ERROR_PCT
See Also:
Constant Field Values
Constructor Detail

GeoShapeFieldMapper.Defaults

public GeoShapeFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.