public static class Mapper.TypeParser.ParserContext extends Object
Constructor and Description |
---|
ParserContext(PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated) |
Modifier and Type | Method and Description |
---|---|
AnalysisService |
analysisService() |
DocValuesFormatService |
docValuesFormatService() |
Version |
indexVersionCreated() |
PostingsFormatService |
postingFormatService() |
SimilarityLookupService |
similarityLookupService() |
Mapper.TypeParser |
typeParser(String type) |
public ParserContext(PostingsFormatService postingsFormatService, DocValuesFormatService docValuesFormatService, AnalysisService analysisService, SimilarityLookupService similarityLookupService, com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers, Version indexVersionCreated)
public AnalysisService analysisService()
public PostingsFormatService postingFormatService()
public DocValuesFormatService docValuesFormatService()
public SimilarityLookupService similarityLookupService()
public Mapper.TypeParser typeParser(String type)
public Version indexVersionCreated()
Copyright © 2009–2015. All rights reserved.