public static class GeoPointFieldMapper.Builder extends BaseGeoPointFieldMapper.Builder<GeoPointFieldMapper.Builder,GeoPointFieldMapper>
enableGeoHash, enableGeoHashPrefix, enableLatLon, geoHashPrecision, ignoreMalformed, pathType, precisionStepcopyTo, defaultFieldType, docValuesSet, fieldDataSettings, fieldType, includeInAll, indexName, indexOptionsSet, multiFieldsBuilder, omitNormsSetbuilder, name| Constructor and Description |
|---|
GeoPointFieldMapper.Builder(String name) |
| Modifier and Type | Method and Description |
|---|---|
GeoPointFieldMapper |
build(Mapper.BuilderContext context) |
GeoPointFieldMapper |
build(Mapper.BuilderContext context,
String simpleName,
MappedFieldType fieldType,
MappedFieldType defaultFieldType,
Settings indexSettings,
ContentPath.Type pathType,
DoubleFieldMapper latMapper,
DoubleFieldMapper lonMapper,
StringFieldMapper geoHashMapper,
FieldMapper.MultiFields multiFields,
Explicit<Boolean> ignoreMalformed,
FieldMapper.CopyTo copyTo) |
enableGeoHash, enableLatLon, fieldDataSettings, fieldType, geoHashPrecision, geoHashPrefix, ignoreMalformed, ignoreMalformed, multiFieldPathType, precisionStepaddMultiField, boost, buildFullName, buildIndexName, buildIndexNameClean, buildNames, copyTo, docValues, getDefaultIndexOption, includeInAll, index, indexAnalyzer, indexName, indexOptions, normsLoading, nullValue, omitNorms, searchAnalyzer, setupFieldType, similarity, store, storeTermVectorOffsets, storeTermVectorPayloads, storeTermVectorPositions, storeTermVectors, tokenizednamepublic GeoPointFieldMapper.Builder(String name)
public GeoPointFieldMapper build(Mapper.BuilderContext context, String simpleName, MappedFieldType fieldType, MappedFieldType defaultFieldType, Settings indexSettings, ContentPath.Type pathType, DoubleFieldMapper latMapper, DoubleFieldMapper lonMapper, StringFieldMapper geoHashMapper, FieldMapper.MultiFields multiFields, Explicit<Boolean> ignoreMalformed, FieldMapper.CopyTo copyTo)
build in class BaseGeoPointFieldMapper.Builder<GeoPointFieldMapper.Builder,GeoPointFieldMapper>public GeoPointFieldMapper build(Mapper.BuilderContext context)
build in class BaseGeoPointFieldMapper.Builder<GeoPointFieldMapper.Builder,GeoPointFieldMapper>Copyright © 2009–2017. All rights reserved.