| Package | Description |
|---|---|
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal | |
| org.elasticsearch.search.suggest |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext |
PercolateContext.suggest() |
| Modifier and Type | Method and Description |
|---|---|
void |
PercolateContext.suggest(SuggestionSearchContext suggest) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext |
FilteredSearchContext.suggest() |
SuggestionSearchContext |
DefaultSearchContext.suggest() |
abstract SuggestionSearchContext |
SearchContext.suggest() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubSearchContext.suggest(SuggestionSearchContext suggest) |
void |
FilteredSearchContext.suggest(SuggestionSearchContext suggest) |
void |
DefaultSearchContext.suggest(SuggestionSearchContext suggest) |
abstract void |
SearchContext.suggest(SuggestionSearchContext suggest) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext |
SuggestParseElement.parseInternal(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
String index,
int shardId,
HasContextAndHeaders headersContext) |
| Modifier and Type | Method and Description |
|---|---|
Suggest |
SuggestPhase.execute(SuggestionSearchContext suggest,
org.apache.lucene.search.IndexSearcher searcher) |
Copyright © 2009–2017. All rights reserved.