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 Object


Constructor Summary
Mapper.TypeParser.ParserContext(AnalysisService analysisService, com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers)
           
 
Method Summary
 AnalysisService analysisService()
           
 Mapper.TypeParser typeParser(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,
                                       com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers)
Method Detail

analysisService

public AnalysisService analysisService()

typeParser

public Mapper.TypeParser typeParser(String type)


Copyright © 2009-2012. All Rights Reserved.