public static class FloatFieldMapper.Builder extends NumberFieldMapper.Builder<FloatFieldMapper.Builder,FloatFieldMapper>
Modifier and Type | Field and Description |
---|---|
protected Float |
nullValue |
boost, copyTo, docValues, docValuesProvider, fieldDataSettings, fieldType, includeInAll, indexAnalyzer, indexName, indexOptionsSet, multiFieldsBuilder, normsLoading, omitNormsSet, postingsProvider, searchAnalyzer, similarity
builder, name
Modifier and Type | Method and Description |
---|---|
FloatFieldMapper |
build(Mapper.BuilderContext context) |
FloatFieldMapper.Builder |
nullValue(float nullValue) |
coerce, coerce, ignoreMalformed, ignoreMalformed, precisionStep
addMultiField, boost, buildFullName, buildIndexName, buildNames, copyTo, docValues, docValuesFormat, fieldDataSettings, includeInAll, index, indexAnalyzer, indexName, indexOptions, multiFieldPathType, normsLoading, omitNorms, postingsFormat, searchAnalyzer, similarity, store, storeTermVectorOffsets, storeTermVectorPayloads, storeTermVectorPositions, storeTermVectors, tokenized
name
protected Float nullValue
public Builder(String name)
public FloatFieldMapper.Builder nullValue(float nullValue)
public FloatFieldMapper build(Mapper.BuilderContext context)
build
in class Mapper.Builder<FloatFieldMapper.Builder,FloatFieldMapper>
Copyright © 2009–2015. All rights reserved.