Class SuggestionResponse
java.lang.Object
org.graylog.plugins.views.search.engine.suggestions.SuggestionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringfield()static SuggestionResponseforError(String field, String input, SuggestionError error) static SuggestionResponseforSuggestions(String field, String input, List<SuggestionEntry> suggestions, Long sumOtherDocsCount) abstract Stringinput()abstract Optional<SuggestionError>abstract List<SuggestionEntry>abstract Long
-
Constructor Details
-
SuggestionResponse
public SuggestionResponse()
-
-
Method Details
-
field
-
input
-
suggestions
-
suggestionError
-
sumOtherDocsCount
-
forSuggestions
public static SuggestionResponse forSuggestions(String field, String input, List<SuggestionEntry> suggestions, Long sumOtherDocsCount) -
forError
-