Uses of Enum Class
redis.clients.jedis.search.IndexDataType
Packages that use IndexDataType
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of IndexDataType in redis.clients.jedis.search
Fields in redis.clients.jedis.search declared as IndexDataTypeMethods in redis.clients.jedis.search that return IndexDataTypeModifier and TypeMethodDescriptionstatic IndexDataTypeReturns the enum constant of this class with the specified name.static IndexDataType[]IndexDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.search with parameters of type IndexDataTypeModifier and TypeMethodDescriptionFTCreateParams.on(IndexDataType dataType) Currently supports HASH (default) and JSON.