Uses of Enum Class
redis.clients.jedis.search.Schema.FieldType
Packages that use Schema.FieldType
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of Schema.FieldType in redis.clients.jedis.search
Fields in redis.clients.jedis.search declared as Schema.FieldTypeMethods in redis.clients.jedis.search that return Schema.FieldTypeModifier and TypeMethodDescriptionstatic Schema.FieldTypeReturns the enum constant of this class with the specified name.static Schema.FieldType[]Schema.FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in redis.clients.jedis.search with parameters of type Schema.FieldTypeModifierConstructorDescriptionField(String name, Schema.FieldType type) Field(String name, Schema.FieldType type, boolean sortable) Field(String name, Schema.FieldType type, boolean sortable, boolean noindex) Field(FieldName name, Schema.FieldType type) Field(FieldName name, Schema.FieldType type, boolean sortable, boolean noIndex)