|
|||||||||
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.AbstractFieldMapper.OpenBuilder<StringFieldMapper.Builder,StringFieldMapper>
org.elasticsearch.index.mapper.xcontent.StringFieldMapper.Builder
public static class StringFieldMapper.Builder
Field Summary | |
---|---|
protected java.lang.String |
nullValue
|
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 | |
---|---|
StringFieldMapper.Builder(java.lang.String name)
|
Method Summary | |
---|---|
StringFieldMapper |
build(XContentMapper.BuilderContext context)
|
StringFieldMapper.Builder |
includeInAll(java.lang.Boolean includeInAll)
|
StringFieldMapper.Builder |
nullValue(java.lang.String nullValue)
|
Methods inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.OpenBuilder |
---|
boost, index, indexAnalyzer, indexName, omitNorms, omitTermFreqAndPositions, searchAnalyzer, store, termVector |
Methods inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Builder |
---|
buildFullName, buildIndexName, buildNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String nullValue
Constructor Detail |
---|
public StringFieldMapper.Builder(java.lang.String name)
Method Detail |
---|
public StringFieldMapper.Builder nullValue(java.lang.String nullValue)
public StringFieldMapper.Builder includeInAll(java.lang.Boolean includeInAll)
includeInAll
in class AbstractFieldMapper.Builder<StringFieldMapper.Builder,StringFieldMapper>
public StringFieldMapper build(XContentMapper.BuilderContext context)
build
in class XContentMapper.Builder<StringFieldMapper.Builder,StringFieldMapper>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |