Uses of Class
com.attivio.sdk.search.QueryRequest.SpellCheckMode
-
Packages that use QueryRequest.SpellCheckMode Package Description com.attivio.sdk.search -
-
Uses of QueryRequest.SpellCheckMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as QueryRequest.SpellCheckMode Modifier and Type Field Description static QueryRequest.SpellCheckMode
QueryRequest. DEFAULT_SPELLCHECK_MODE
Default value forQueryRequest.getSpellCheckMode()
.Methods in com.attivio.sdk.search that return QueryRequest.SpellCheckMode Modifier and Type Method Description static QueryRequest.SpellCheckMode
QueryRequest.SpellCheckMode. fromExternal(java.lang.String value)
Converts an external value to a type valueQueryRequest.SpellCheckMode
QueryRequest. getSpellCheckMode()
Get the mode for spell checking.static QueryRequest.SpellCheckMode
QueryRequest.SpellCheckMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryRequest.SpellCheckMode[]
QueryRequest.SpellCheckMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type QueryRequest.SpellCheckMode Modifier and Type Method Description void
QueryRequest. setSpellCheckMode(QueryRequest.SpellCheckMode spellCheckMode)
Set the mode for spell checking.
-