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