org.elasticsearch.index.mapper.xcontent
Class XContentDoubleFieldMapper.Builder

java.lang.Object
  extended by org.elasticsearch.index.mapper.xcontent.XContentMapper.Builder<T,Y>
      extended by org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Builder<T,Y>
          extended by org.elasticsearch.index.mapper.xcontent.XContentNumberFieldMapper.Builder<XContentDoubleFieldMapper.Builder,XContentDoubleFieldMapper>
              extended by org.elasticsearch.index.mapper.xcontent.XContentDoubleFieldMapper.Builder
Enclosing class:
XContentDoubleFieldMapper

public static class XContentDoubleFieldMapper.Builder
extends XContentNumberFieldMapper.Builder<XContentDoubleFieldMapper.Builder,XContentDoubleFieldMapper>


Field Summary
protected  java.lang.Double nullValue
           
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.XContentNumberFieldMapper.Builder
precisionStep
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Builder
boost, includeInAll, index, indexAnalyzer, indexName, omitNorms, omitTermFreqAndPositions, searchAnalyzer, store, termVector
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.XContentMapper.Builder
builder, name
 
Constructor Summary
XContentDoubleFieldMapper.Builder(java.lang.String name)
           
 
Method Summary
 XContentDoubleFieldMapper build(XContentMapper.BuilderContext context)
           
 XContentDoubleFieldMapper.Builder nullValue(double nullValue)
           
 
Methods inherited from class org.elasticsearch.index.mapper.xcontent.XContentNumberFieldMapper.Builder
boost, includeInAll, indexName, precisionStep, store
 
Methods inherited from class org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Builder
buildFullName, buildIndexName, buildNames, index, indexAnalyzer, omitNorms, omitTermFreqAndPositions, searchAnalyzer, termVector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullValue

protected java.lang.Double nullValue
Constructor Detail

XContentDoubleFieldMapper.Builder

public XContentDoubleFieldMapper.Builder(java.lang.String name)
Method Detail

nullValue

public XContentDoubleFieldMapper.Builder nullValue(double nullValue)

build

public XContentDoubleFieldMapper build(XContentMapper.BuilderContext context)
Specified by:
build in class XContentMapper.Builder<XContentDoubleFieldMapper.Builder,XContentDoubleFieldMapper>