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 |
---|---|
abstract SuggestionSearchContext |
SearchContext.suggest() |
SuggestionSearchContext |
FilteredSearchContext.suggest() |
SuggestionSearchContext |
DefaultSearchContext.suggest() |
Modifier and Type | Method and Description |
---|---|
void |
SubSearchContext.suggest(SuggestionSearchContext suggest) |
abstract void |
SearchContext.suggest(SuggestionSearchContext suggest) |
void |
FilteredSearchContext.suggest(SuggestionSearchContext suggest) |
void |
DefaultSearchContext.suggest(SuggestionSearchContext suggest) |
Modifier and Type | Method and Description |
---|---|
SuggestionSearchContext |
SuggestParseElement.parseInternal(XContentParser parser,
MapperService mapperService,
String index,
int shardId) |
Modifier and Type | Method and Description |
---|---|
Suggest |
SuggestPhase.execute(SuggestionSearchContext suggest,
org.apache.lucene.index.IndexReader reader) |
Copyright © 2009–2015. All rights reserved.