org.elasticsearch.index.mapper.geo
Class GeoShapeFieldMapper.TypeParser

java.lang.Object
  extended by org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.TypeParser
All Implemented Interfaces:
Mapper.TypeParser
Enclosing class:
GeoShapeFieldMapper

public static class GeoShapeFieldMapper.TypeParser
extends Object
implements Mapper.TypeParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.Mapper.TypeParser
Mapper.TypeParser.ParserContext
 
Constructor Summary
GeoShapeFieldMapper.TypeParser()
           
 
Method Summary
 Mapper.Builder parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoShapeFieldMapper.TypeParser

public GeoShapeFieldMapper.TypeParser()
Method Detail

parse

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


Copyright © 2009-2012. All Rights Reserved.