org.elasticsearch.index.mapper
Interface Mapper.TypeParser

All Known Implementing Classes:
BinaryFieldMapper.TypeParser, BooleanFieldMapper.TypeParser, ByteFieldMapper.TypeParser, DateFieldMapper.TypeParser, DoubleFieldMapper.TypeParser, FloatFieldMapper.TypeParser, GeoPointFieldMapper.TypeParser, IntegerFieldMapper.TypeParser, IpFieldMapper.TypeParser, LongFieldMapper.TypeParser, MultiFieldMapper.TypeParser, ObjectMapper.TypeParser, RootObjectMapper.TypeParser, ShortFieldMapper.TypeParser, StringFieldMapper.TypeParser
Enclosing interface:
Mapper

public static interface Mapper.TypeParser


Nested Class Summary
static class Mapper.TypeParser.ParserContext
           
 
Method Summary
 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