public class LatLonPointFieldMapper extends BaseGeoPointFieldMapper
| Modifier and Type | Class and Description |
|---|---|
static class |
LatLonPointFieldMapper.Builder |
static class |
LatLonPointFieldMapper.Defaults |
static class |
LatLonPointFieldMapper.LatLonPointFieldType |
static class |
LatLonPointFieldMapper.TypeParser |
BaseGeoPointFieldMapper.GeoPointFieldType, BaseGeoPointFieldMapper.LegacyGeoPointFieldType, BaseGeoPointFieldMapper.NamesFieldMapper.CopyTo, FieldMapper.MultiFieldsMapper.BuilderContextToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_TYPE |
static Version |
LAT_LON_FIELD_VERSION |
deprecationLogger, geoHashMapper, ignoreMalformed, latMapper, lonMapperCOERCE_SETTING, copyTo, defaultFieldType, fieldType, IGNORE_MALFORMED_SETTING, multiFieldsEMPTY_PARAMS| Constructor and Description |
|---|
LatLonPointFieldMapper(java.lang.String simpleName,
MappedFieldType fieldType,
MappedFieldType defaultFieldType,
Settings indexSettings,
FieldMapper.MultiFields multiFields,
Explicit<java.lang.Boolean> ignoreMalformed,
FieldMapper.CopyTo copyTo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
parse(ParseContext originalContext,
GeoPoint point,
java.lang.String geoHash) |
contentType, doMerge, doXContentBody, iterator, legacyDoXContentBody, legacyFieldType, legacyIterator, parse, parseCreateField, updateFieldTypeclone, copyTo, customBoost, doXContentAnalyzers, doXContentDocValues, fieldType, indexOptionToString, indexTokenizeOption, merge, name, termVectorOptionsToString, toXContentsimpleNameequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic static final java.lang.String CONTENT_TYPE
public static final Version LAT_LON_FIELD_VERSION
public LatLonPointFieldMapper(java.lang.String simpleName,
MappedFieldType fieldType,
MappedFieldType defaultFieldType,
Settings indexSettings,
FieldMapper.MultiFields multiFields,
Explicit<java.lang.Boolean> ignoreMalformed,
FieldMapper.CopyTo copyTo)
protected void parse(ParseContext originalContext, GeoPoint point, java.lang.String geoHash) throws java.io.IOException
parse in class BaseGeoPointFieldMapperjava.io.IOException