|
|||||||||
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.AbstractFieldMapper.Builder<T,Y>
org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Builder<BoostFieldMapper.Builder,BoostFieldMapper>
org.elasticsearch.index.mapper.xcontent.BoostFieldMapper.Builder
public static class BoostFieldMapper.Builder
Field Summary | |
---|---|
protected java.lang.Float |
nullValue
|
Fields inherited from class org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Builder |
---|
precisionStep |
Fields inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.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 | |
---|---|
BoostFieldMapper.Builder(java.lang.String name)
|
Method Summary | |
---|---|
BoostFieldMapper |
build(XContentMapper.BuilderContext context)
|
BoostFieldMapper.Builder |
nullValue(float nullValue)
|
Methods inherited from class org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Builder |
---|
boost, includeInAll, indexName, precisionStep, store |
Methods inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.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.Float nullValue
Constructor Detail |
---|
public BoostFieldMapper.Builder(java.lang.String name)
Method Detail |
---|
public BoostFieldMapper.Builder nullValue(float nullValue)
public BoostFieldMapper build(XContentMapper.BuilderContext context)
build
in class XContentMapper.Builder<BoostFieldMapper.Builder,BoostFieldMapper>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |