|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.mapper.xcontent.XContentMapper.Builder<T,Y>
org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Builder<T,Y>
org.elasticsearch.index.mapper.xcontent.XContentNumberFieldMapper.Builder<XContentDoubleFieldMapper.Builder,XContentDoubleFieldMapper>
org.elasticsearch.index.mapper.xcontent.XContentDoubleFieldMapper.Builder
public static class XContentDoubleFieldMapper.Builder
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 |
---|
protected java.lang.Double nullValue
Constructor Detail |
---|
public XContentDoubleFieldMapper.Builder(java.lang.String name)
Method Detail |
---|
public XContentDoubleFieldMapper.Builder nullValue(double nullValue)
public XContentDoubleFieldMapper build(XContentMapper.BuilderContext context)
build
in class XContentMapper.Builder<XContentDoubleFieldMapper.Builder,XContentDoubleFieldMapper>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |