Package org.elasticsearch.search.suggest
Class SuggestionSearchContext
- java.lang.Object
-
- org.elasticsearch.search.suggest.SuggestionSearchContext
-
public class SuggestionSearchContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSuggestionSearchContext.SuggestionContext
-
Constructor Summary
Constructors Constructor Description SuggestionSearchContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSuggestion(String name, SuggestionSearchContext.SuggestionContext suggestion)Map<String,SuggestionSearchContext.SuggestionContext>suggestions()
-
-
-
Method Detail
-
addSuggestion
public void addSuggestion(String name, SuggestionSearchContext.SuggestionContext suggestion)
-
suggestions
public Map<String,SuggestionSearchContext.SuggestionContext> suggestions()
-
-