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

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

public static class GeoShapeFieldMapper.Names
extends Object


Field Summary
static String DISTANCE_ERROR_PCT
           
static String GEOHASH
           
static String QUADTREE
           
static String TREE
           
static String TREE_LEVELS
           
 
Constructor Summary
GeoShapeFieldMapper.Names()
           
 
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

TREE_LEVELS

public static final String TREE_LEVELS
See Also:
Constant Field Values

GEOHASH

public static final String GEOHASH
See Also:
Constant Field Values

QUADTREE

public static final String QUADTREE
See Also:
Constant Field Values

DISTANCE_ERROR_PCT

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

GeoShapeFieldMapper.Names

public GeoShapeFieldMapper.Names()


Copyright © 2009-2012. All Rights Reserved.