Uses of Class
org.elasticsearch.search.suggest.Suggest
-
Packages that use Suggest Package Description org.elasticsearch.action.search org.elasticsearch.search.internal org.elasticsearch.search.query org.elasticsearch.search.suggest -
-
Uses of Suggest in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as Suggest Modifier and Type Field Description protected SuggestSearchResponseSections. suggestMethods in org.elasticsearch.action.search that return Suggest Modifier and Type Method Description SuggestSearchResponse. getSuggest()SuggestSearchResponseSections. suggest()Constructors in org.elasticsearch.action.search with parameters of type Suggest Constructor Description SearchResponseSections(SearchHits hits, Aggregations aggregations, Suggest suggest, boolean timedOut, Boolean terminatedEarly, SearchProfileShardResults profileResults, int numReducePhases) -
Uses of Suggest in org.elasticsearch.search.internal
Constructors in org.elasticsearch.search.internal with parameters of type Suggest Constructor Description InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases) -
Uses of Suggest in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return Suggest Modifier and Type Method Description SuggestQuerySearchResult. suggest()Methods in org.elasticsearch.search.query with parameters of type Suggest Modifier and Type Method Description voidQuerySearchResult. suggest(Suggest suggest) -
Uses of Suggest in org.elasticsearch.search.suggest
Methods in org.elasticsearch.search.suggest that return Suggest Modifier and Type Method Description static SuggestSuggest. fromXContent(XContentParser parser)this parsing method assumes that the leading "suggest" field name has already been parsed by the caller
-