Class CustomSuggestionContext
java.lang.Object
org.opensearch.search.suggest.SuggestionSearchContext.SuggestionContext
org.opensearch.example.customsuggester.CustomSuggestionContext
public class CustomSuggestionContext extends SuggestionSearchContext.SuggestionContext
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.Object>options -
Constructor Summary
Constructors Constructor Description CustomSuggestionContext(QueryShardContext context, java.util.Map<java.lang.String,java.lang.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
public java.util.Map<java.lang.String,java.lang.Object> options
-
-
Constructor Details
-
CustomSuggestionContext
public CustomSuggestionContext(QueryShardContext context, java.util.Map<java.lang.String,java.lang.Object> options)
-