org.elasticsearch.index.mapper.xcontent
Class MultiFieldMapper
java.lang.Object
org.elasticsearch.index.mapper.xcontent.MultiFieldMapper
- All Implemented Interfaces:
- ToXContent, IncludeInAllMapper, XContentMapper
public class MultiFieldMapper
- extends java.lang.Object
- implements XContentMapper, IncludeInAllMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
MultiFieldMapper
public MultiFieldMapper(java.lang.String name,
ContentPath.Type pathType,
XContentMapper defaultMapper)
MultiFieldMapper
public MultiFieldMapper(java.lang.String name,
ContentPath.Type pathType,
java.util.Map<java.lang.String,XContentMapper> mappers,
XContentMapper defaultMapper)
name
public java.lang.String name()
- Specified by:
name
in interface XContentMapper
includeInAll
public void includeInAll(java.lang.Boolean includeInAll)
- Specified by:
includeInAll
in interface IncludeInAllMapper
includeInAllIfNotSet
public void includeInAllIfNotSet(java.lang.Boolean includeInAll)
- Specified by:
includeInAllIfNotSet
in interface IncludeInAllMapper
pathType
public ContentPath.Type pathType()
defaultMapper
public XContentMapper defaultMapper()
mappers
public org.elasticsearch.common.collect.ImmutableMap<java.lang.String,XContentMapper> mappers()
parse
public void parse(ParseContext context)
throws java.io.IOException
- Specified by:
parse
in interface XContentMapper
- Throws:
java.io.IOException
merge
public void merge(XContentMapper mergeWith,
MergeContext mergeContext)
throws MergeMappingException
- Specified by:
merge
in interface XContentMapper
- Throws:
MergeMappingException
close
public void close()
- Specified by:
close
in interface XContentMapper
traverse
public void traverse(FieldMapperListener fieldMapperListener)
- Specified by:
traverse
in interface XContentMapper
toXContent
public XContentBuilder toXContent(XContentBuilder builder,
ToXContent.Params params)
throws java.io.IOException
- Specified by:
toXContent
in interface ToXContent
- Throws:
java.io.IOException