Class CustomSuggestionContext
java.lang.Object
org.opensearch.search.suggest.SuggestionSearchContext.SuggestionContext
org.opensearch.example.customsuggester.CustomSuggestionContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCustomSuggestionContext(QueryShardContext context, Map<String, Object> options) -
Method Summary
Methods inherited from class org.opensearch.search.suggest.SuggestionSearchContext.SuggestionContext
getAnalyzer, getField, getPrefix, getRegex, getShardContext, getShardSize, getSize, getSuggester, getText, setAnalyzer, setField, setPrefix, setRegex, setShardSize, setSize, setText, toString
-
Field Details
-
options
-
-
Constructor Details
-
CustomSuggestionContext
-