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

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

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


Field Summary
static java.lang.String GEOHASH
           
static java.lang.String GEOHASH_SUFFIX
           
static java.lang.String LAT
           
static java.lang.String LAT_SUFFIX
           
static java.lang.String LON
           
static java.lang.String LON_SUFFIX
           
 
Constructor Summary
GeoPointFieldMapper.Names()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAT

public static final java.lang.String LAT
See Also:
Constant Field Values

LAT_SUFFIX

public static final java.lang.String LAT_SUFFIX
See Also:
Constant Field Values

LON

public static final java.lang.String LON
See Also:
Constant Field Values

LON_SUFFIX

public static final java.lang.String LON_SUFFIX
See Also:
Constant Field Values

GEOHASH

public static final java.lang.String GEOHASH
See Also:
Constant Field Values

GEOHASH_SUFFIX

public static final java.lang.String GEOHASH_SUFFIX
See Also:
Constant Field Values
Constructor Detail

GeoPointFieldMapper.Names

public GeoPointFieldMapper.Names()