public static class Mapper.TypeParser.ParserContext extends Object
| コンストラクタと説明 |
|---|
ParserContext(String type,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
MapperService mapperService,
Map<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated,
ParseFieldMatcher parseFieldMatcher) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AnalysisService |
analysisService() |
Mapper.TypeParser.ParserContext |
createMultiFieldContext(Mapper.TypeParser.ParserContext in) |
Version |
indexVersionCreated() |
boolean |
isWithinMultiField() |
MapperService |
mapperService() |
ParseFieldMatcher |
parseFieldMatcher() |
SimilarityLookupService |
similarityLookupService() |
String |
type() |
Mapper.TypeParser |
typeParser(String type) |
protected Map<String,Mapper.TypeParser> |
typeParsers() |
public ParserContext(String type, AnalysisService analysisService, SimilarityLookupService similarityLookupService, MapperService mapperService, Map<String,Mapper.TypeParser> typeParsers, Version indexVersionCreated, ParseFieldMatcher parseFieldMatcher)
public String type()
public AnalysisService analysisService()
public SimilarityLookupService similarityLookupService()
public MapperService mapperService()
public Mapper.TypeParser typeParser(String type)
public Version indexVersionCreated()
public ParseFieldMatcher parseFieldMatcher()
public boolean isWithinMultiField()
protected Map<String,Mapper.TypeParser> typeParsers()
public Mapper.TypeParser.ParserContext createMultiFieldContext(Mapper.TypeParser.ParserContext in)
Copyright © 2009–2016. All rights reserved.