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

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

public static class GeoPointFieldMapper.Defaults
extends Object


Field Summary
static boolean ENABLE_GEOHASH
           
static boolean ENABLE_LATLON
           
static boolean NORMALIZE_LAT
           
static boolean NORMALIZE_LON
           
static ContentPath.Type PATH_TYPE
           
static int PRECISION
           
static org.apache.lucene.document.Field.Store STORE
           
static boolean VALIDATE_LAT
           
static boolean VALIDATE_LON
           
 
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

NORMALIZE_LAT

public static final boolean NORMALIZE_LAT
See Also:
Constant Field Values

NORMALIZE_LON

public static final boolean NORMALIZE_LON
See Also:
Constant Field Values

VALIDATE_LAT

public static final boolean VALIDATE_LAT
See Also:
Constant Field Values

VALIDATE_LON

public static final boolean VALIDATE_LON
See Also:
Constant Field Values
Constructor Detail

GeoPointFieldMapper.Defaults

public GeoPointFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.