org.elasticsearch.index.mapper.xcontent.geo
Class GeoPointFieldMapper.Defaults

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

public static class GeoPointFieldMapper.Defaults
extends java.lang.Object


Field Summary
static boolean ENABLE_GEOHASH
           
static boolean ENABLE_LATLON
           
static ContentPath.Type PATH_TYPE
           
static int PRECISION
           
static org.apache.lucene.document.Field.Store STORE
           
 
Constructor Summary
GeoPointFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_TYPE

public static final ContentPath.Type PATH_TYPE

STORE

public static final org.apache.lucene.document.Field.Store STORE

ENABLE_LATLON

public static final boolean ENABLE_LATLON
See Also:
Constant Field Values

ENABLE_GEOHASH

public static final boolean ENABLE_GEOHASH
See Also:
Constant Field Values

PRECISION

public static final int PRECISION
See Also:
Constant Field Values
Constructor Detail

GeoPointFieldMapper.Defaults

public GeoPointFieldMapper.Defaults()