Uses of Class
redis.clients.jedis.search.FTSpellCheckParams
Packages that use FTSpellCheckParams
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of FTSpellCheckParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type FTSpellCheckParamsModifier and TypeMethodDescriptionCommandObjects.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) MultiNodePipelineBase.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) Pipeline.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) TransactionBase.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) UnifiedJedis.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) -
Uses of FTSpellCheckParams in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return FTSpellCheckParamsModifier and TypeMethodDescriptionprivate FTSpellCheckParamsSpecifies an inclusion (INCLUDE) or exclusion (EXCLUDE) of a custom dictionary.FTSpellCheckParams.dialect(int dialect) Selects the dialect version under which to execute the query.FTSpellCheckParams.distance(int distance) Maximum Levenshtein distance for spelling suggestions (default: 1, max: 4).FTSpellCheckParams.excludeTerm(String dictionary) Specifies an exclusion (EXCLUDE) of a custom dictionary.FTSpellCheckParams.includeTerm(String dictionary) Specifies an inclusion (INCLUDE) of a custom dictionary.static FTSpellCheckParamsFTSpellCheckParams.spellCheckParams()Methods in redis.clients.jedis.search with parameters of type FTSpellCheckParamsModifier and TypeMethodDescriptionRediSearchCommands.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) RediSearchPipelineCommands.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams)