public static class GeoPointFieldMapper.Builder extends BaseGeoPointFieldMapper.Builder<GeoPointFieldMapper.Builder,GeoPointFieldMapper>
enableGeoHash, enableGeoHashPrefix, enableLatLon, geoHashPrecision, ignoreMalformed, precisionStepcopyTo, defaultFieldType, docValuesSet, fieldType, includeInAll, indexOptionsSet, multiFieldsBuilder, omitNormsSetbuilder, name| Constructor and Description |
|---|
Builder(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
GeoPointFieldMapper |
build(Mapper.BuilderContext context)
Returns a newly built mapper.
|
GeoPointFieldMapper |
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, precisionStepaddMultiField, boost, buildFullName, copyTo, defaultDocValues, docValues, getDefaultIndexOption, includeInAll, index, indexAnalyzer, indexOptions, nullValue, omitNorms, searchAnalyzer, searchQuoteAnalyzer, setupFieldType, similarity, store, storeTermVectorOffsets, storeTermVectorPayloads, storeTermVectorPositions, storeTermVectors, tokenizednamepublic GeoPointFieldMapper 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<GeoPointFieldMapper.Builder,GeoPointFieldMapper>public GeoPointFieldMapper build(Mapper.BuilderContext context)
Mapper.Builderbuild in class BaseGeoPointFieldMapper.Builder<GeoPointFieldMapper.Builder,GeoPointFieldMapper>