org.elasticsearch.index.mapper
Class Mapper.TypeParser.ParserContext

java.lang.Object
  extended by org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
Enclosing interface:
Mapper.TypeParser

public static class Mapper.TypeParser.ParserContext
extends java.lang.Object


Constructor Summary
Mapper.TypeParser.ParserContext(AnalysisService analysisService, org.elasticsearch.common.collect.ImmutableMap<java.lang.String,Mapper.TypeParser> typeParsers)
           
 
Method Summary
 AnalysisService analysisService()
           
 Mapper.TypeParser typeParser(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapper.TypeParser.ParserContext

public Mapper.TypeParser.ParserContext(AnalysisService analysisService,
                                       org.elasticsearch.common.collect.ImmutableMap<java.lang.String,Mapper.TypeParser> typeParsers)
Method Detail

analysisService

public AnalysisService analysisService()

typeParser

public Mapper.TypeParser typeParser(java.lang.String type)