Package org.elasticsearch.index.mapper
Interface Mapper.TypeParser
- All Known Subinterfaces:
MetadataFieldMapper.TypeParser
- All Known Implementing Classes:
FieldAliasMapper.TypeParser
,FieldMapper.TypeParser
,MetadataFieldMapper.ConfigurableTypeParser
,MetadataFieldMapper.FixedTypeParser
,ObjectMapper.TypeParser
- Enclosing class:
- Mapper
public static interface Mapper.TypeParser
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
parse
Mapper.Builder parse(String name, Map<String,Object> node, MappingParserContext parserContext) throws MapperParsingException- Throws:
MapperParsingException
-