org.elasticsearch.index.mapper
Interface Mapper.TypeParser

All Known Implementing Classes:
AllFieldMapper.TypeParser, AnalyzerMapper.TypeParser, BinaryFieldMapper.TypeParser, BooleanFieldMapper.TypeParser, BoostFieldMapper.TypeParser, ByteFieldMapper.TypeParser, DateFieldMapper.TypeParser, DoubleFieldMapper.TypeParser, FloatFieldMapper.TypeParser, GeoPointFieldMapper.TypeParser, GeoShapeFieldMapper.TypeParser, IdFieldMapper.TypeParser, IndexFieldMapper.TypeParser, IntegerFieldMapper.TypeParser, IpFieldMapper.TypeParser, LongFieldMapper.TypeParser, MultiFieldMapper.TypeParser, ObjectMapper.TypeParser, ParentFieldMapper.TypeParser, RootObjectMapper.TypeParser, RoutingFieldMapper.TypeParser, ShortFieldMapper.TypeParser, SizeFieldMapper.TypeParser, SourceFieldMapper.TypeParser, StringFieldMapper.TypeParser, TimestampFieldMapper.TypeParser, TTLFieldMapper.TypeParser, TypeFieldMapper.TypeParser, UidFieldMapper.TypeParser
Enclosing interface:
Mapper

public static interface Mapper.TypeParser


Nested Class Summary
static class Mapper.TypeParser.ParserContext
           
 
Method Summary
 Mapper.Builder parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 

Method Detail

parse

Mapper.Builder parse(String name,
                     Map<String,Object> node,
                     Mapper.TypeParser.ParserContext parserContext)
                     throws MapperParsingException
Throws:
MapperParsingException


Copyright © 2009-2012. All Rights Reserved.