public static class LatLonPointFieldMapper.Builder extends BaseGeoPointFieldMapper.Builder<LatLonPointFieldMapper.Builder,LatLonPointFieldMapper>
enableGeoHash, enableGeoHashPrefix, enableLatLon, geoHashPrecision, ignoreMalformed, precisionStep
copyTo, defaultFieldType, docValuesSet, fieldType, includeInAll, indexOptionsSet, multiFieldsBuilder, omitNormsSet
builder, name
Constructor and Description |
---|
Builder(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
LatLonPointFieldMapper |
build(Mapper.BuilderContext context)
Returns a newly built mapper.
|
LatLonPointFieldMapper |
build(Mapper.BuilderContext context,
java.lang.String simpleName,
MappedFieldType fieldType,
MappedFieldType defaultFieldType,
Settings indexSettings,
FieldMapper latMapper,
FieldMapper lonMapper,
FieldMapper geoHashMapper,
FieldMapper.MultiFields multiFields,
Explicit<java.lang.Boolean> ignoreMalformed,
FieldMapper.CopyTo copyTo) |
enableGeoHash, enableLatLon, fieldType, geoHashPrecision, geoHashPrefix, ignoreMalformed, ignoreMalformed, precisionStep
addMultiField, boost, buildFullName, copyTo, defaultDocValues, docValues, getDefaultIndexOption, includeInAll, index, indexAnalyzer, indexOptions, nullValue, omitNorms, searchAnalyzer, searchQuoteAnalyzer, setupFieldType, similarity, store, storeTermVectorOffsets, storeTermVectorPayloads, storeTermVectorPositions, storeTermVectors, tokenized
name
public LatLonPointFieldMapper build(Mapper.BuilderContext context, java.lang.String simpleName, MappedFieldType fieldType, MappedFieldType defaultFieldType, Settings indexSettings, FieldMapper latMapper, FieldMapper lonMapper, FieldMapper geoHashMapper, FieldMapper.MultiFields multiFields, Explicit<java.lang.Boolean> ignoreMalformed, FieldMapper.CopyTo copyTo)
build
in class BaseGeoPointFieldMapper.Builder<LatLonPointFieldMapper.Builder,LatLonPointFieldMapper>
public LatLonPointFieldMapper build(Mapper.BuilderContext context)
Mapper.Builder
build
in class BaseGeoPointFieldMapper.Builder<LatLonPointFieldMapper.Builder,LatLonPointFieldMapper>