Package org.elasticsearch.index.mapper
Class FieldMapper.MultiFields
- java.lang.Object
-
- org.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- Enclosing class:
- FieldMapper
public static class FieldMapper.MultiFields extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldMapper.MultiFields.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldMapper.MultiFieldsempty()Iterator<Mapper>iterator()FieldMapper.MultiFieldsmerge(FieldMapper.MultiFields mergeWith)voidparse(FieldMapper mainField, ParseContext context)XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)FieldMapper.MultiFieldsupdateFieldType(Map<String,MappedFieldType> fullNameToFieldType)
-
-
-
Method Detail
-
empty
public static FieldMapper.MultiFields empty()
-
parse
public void parse(FieldMapper mainField, ParseContext context) throws IOException
- Throws:
IOException
-
merge
public FieldMapper.MultiFields merge(FieldMapper.MultiFields mergeWith)
-
updateFieldType
public FieldMapper.MultiFields updateFieldType(Map<String,MappedFieldType> fullNameToFieldType)
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Throws:
IOException
-
-