Package org.elasticsearch.index.mapper
Class FieldMapper.MultiFields
java.lang.Object
org.elasticsearch.index.mapper.FieldMapper.MultiFields
- All Implemented Interfaces:
java.lang.Iterable<Mapper>
- Enclosing class:
- FieldMapper
public static class FieldMapper.MultiFields extends java.lang.Object implements java.lang.Iterable<Mapper>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldMapper.MultiFields.Builder -
Method Summary
Modifier and Type Method Description static FieldMapper.MultiFieldsempty()java.util.Iterator<Mapper>iterator()FieldMapper.MultiFieldsmerge(FieldMapper.MultiFields mergeWith)voidparse(FieldMapper mainField, ParseContext context)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Method Details
-
empty
-
parse
- Throws:
java.io.IOException
-
merge
-
iterator
- Specified by:
iteratorin interfacejava.lang.Iterable<Mapper>
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-