public static class AbstractFieldMapper.MultiFields extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractFieldMapper.MultiFields.Builder |
Constructor and Description |
---|
MultiFields(ContentPath.Type pathType,
ImmutableOpenMap<String,Mapper> mappers) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static AbstractFieldMapper.MultiFields |
empty() |
void |
merge(Mapper mergeWith,
MergeContext mergeContext) |
void |
parse(AbstractFieldMapper mainField,
ParseContext context) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
traverse(FieldMapperListener fieldMapperListener) |
public MultiFields(ContentPath.Type pathType, ImmutableOpenMap<String,Mapper> mappers)
public static AbstractFieldMapper.MultiFields empty()
public void parse(AbstractFieldMapper mainField, ParseContext context) throws IOException
IOException
public void merge(Mapper mergeWith, MergeContext mergeContext) throws MergeMappingException
MergeMappingException
public void traverse(FieldMapperListener fieldMapperListener)
public void close()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
IOException
Copyright © 2009–2015. All rights reserved.