Package org.elasticsearch.index.mapper
Interface Mapper.TypeParser
-
- All Known Subinterfaces:
MetadataFieldMapper.TypeParser
- All Known Implementing Classes:
AllFieldMapper.TypeParser,BaseGeoShapeFieldMapper.TypeParser,BinaryFieldMapper.TypeParser,BooleanFieldMapper.TypeParser,CompletionFieldMapper.TypeParser,DateFieldMapper.TypeParser,FieldAliasMapper.TypeParser,FieldNamesFieldMapper.TypeParser,GeoPointFieldMapper.TypeParser,IdFieldMapper.TypeParser,IgnoredFieldMapper.TypeParser,IndexFieldMapper.TypeParser,IpFieldMapper.TypeParser,KeywordFieldMapper.TypeParser,NumberFieldMapper.TypeParser,ObjectMapper.TypeParser,ParentFieldMapper.TypeParser,RangeFieldMapper.TypeParser,RootObjectMapper.TypeParser,RoutingFieldMapper.TypeParser,SeqNoFieldMapper.TypeParser,SourceFieldMapper.TypeParser,TextFieldMapper.TypeParser,TypeFieldMapper.TypeParser,UidFieldMapper.TypeParser,VersionFieldMapper.TypeParser
- Enclosing class:
- Mapper
public static interface Mapper.TypeParser
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMapper.TypeParser.ParserContext
-
Method Summary
Modifier and Type Method Description Mapper.Builder<?,?>parse(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> node, Mapper.TypeParser.ParserContext parserContext)
-
-
-
Method Detail
-
parse
Mapper.Builder<?,?> parse(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> node, Mapper.TypeParser.ParserContext parserContext) throws MapperParsingException
- Throws:
MapperParsingException
-
-