public final class PhraseSuggestParser extends Object implements SuggestContextParser
| コンストラクタと説明 |
|---|
PhraseSuggestParser(PhraseSuggester suggester) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
void |
parseSmoothingModel(XContentParser parser,
org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext suggestion,
String fieldName) |
public PhraseSuggestParser(PhraseSuggester suggester)
public SuggestionSearchContext.SuggestionContext parse(XContentParser parser, MapperService mapperService, IndexQueryParserService queryParserService, HasContextAndHeaders headersContext) throws IOException
parse インタフェース内 SuggestContextParserIOExceptionpublic void parseSmoothingModel(XContentParser parser, org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext suggestion, String fieldName) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.