Uses of Class
org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
-
Uses of SuggestionSearchContext.SuggestionContext in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest with type parameters of type SuggestionSearchContext.SuggestionContext Modifier and Type Class Description classSuggester<T extends SuggestionSearchContext.SuggestionContext>Methods in org.elasticsearch.search.suggest that return SuggestionSearchContext.SuggestionContext Modifier and Type Method Description protected abstract SuggestionSearchContext.SuggestionContextSuggestionBuilder. build(QueryShardContext context)Methods in org.elasticsearch.search.suggest that return types with arguments of type SuggestionSearchContext.SuggestionContext Modifier and Type Method Description Suggester<SuggestionSearchContext.SuggestionContext>SuggestionSearchContext.SuggestionContext. getSuggester()Map<String,SuggestionSearchContext.SuggestionContext>SuggestionSearchContext. suggestions()Methods in org.elasticsearch.search.suggest with parameters of type SuggestionSearchContext.SuggestionContext Modifier and Type Method Description voidSuggestionSearchContext. addSuggestion(String name, SuggestionSearchContext.SuggestionContext suggestion)protected voidSuggestionBuilder. populateCommonFields(MapperService mapperService, SuggestionSearchContext.SuggestionContext suggestionContext)Transfers the text, prefix, regex, analyzer, field, size and shard size settings from the originalSuggestionBuilderto the targetSuggestionSearchContext.SuggestionContext -
Uses of SuggestionSearchContext.SuggestionContext in org.elasticsearch.search.suggest.completion
Subclasses of SuggestionSearchContext.SuggestionContext in org.elasticsearch.search.suggest.completion Modifier and Type Class Description classCompletionSuggestionContextMethods in org.elasticsearch.search.suggest.completion that return SuggestionSearchContext.SuggestionContext Modifier and Type Method Description SuggestionSearchContext.SuggestionContextCompletionSuggestionBuilder. build(QueryShardContext context) -
Uses of SuggestionSearchContext.SuggestionContext in org.elasticsearch.search.suggest.phrase
Methods in org.elasticsearch.search.suggest.phrase that return SuggestionSearchContext.SuggestionContext Modifier and Type Method Description SuggestionSearchContext.SuggestionContextPhraseSuggestionBuilder. build(QueryShardContext context) -
Uses of SuggestionSearchContext.SuggestionContext in org.elasticsearch.search.suggest.term
Methods in org.elasticsearch.search.suggest.term that return SuggestionSearchContext.SuggestionContext Modifier and Type Method Description SuggestionSearchContext.SuggestionContextTermSuggestionBuilder. build(QueryShardContext context)
-