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 Object


Field Summary
static String GEOHASH
           
static String GEOHASH_SUFFIX
           
static String LAT
           
static String LAT_SUFFIX
           
static String LON
           
static 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 String LAT
See Also:
Constant Field Values

LAT_SUFFIX

public static final String LAT_SUFFIX
See Also:
Constant Field Values

LON

public static final String LON
See Also:
Constant Field Values

LON_SUFFIX

public static final String LON_SUFFIX
See Also:
Constant Field Values

GEOHASH

public static final String GEOHASH
See Also:
Constant Field Values

GEOHASH_SUFFIX

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

GeoPointFieldMapper.Names

public GeoPointFieldMapper.Names()


Copyright © 2009-2012. All Rights Reserved.