Class CompletionSuggestionContext
java.lang.Object
org.opensearch.search.suggest.SuggestionSearchContext.SuggestionContext
org.opensearch.search.suggest.completion.CompletionSuggestionContext
Context used for the completion suggester
- Opensearch.internal:
-
Constructor Summary
ModifierConstructorDescriptionprotected
CompletionSuggestionContext
(QueryShardContext shardContext) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Constructor Details
-
CompletionSuggestionContext
-
-
Method Details
-
getFuzzyOptions
-
getRegexOptions
-
getQueryContexts
-
isSkipDuplicates
public boolean isSkipDuplicates()
-