Uses of Enum Class
io.quarkus.redis.datasource.search.FieldType
Packages that use FieldType
-
Uses of FieldType in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return FieldTypeModifier and TypeMethodDescriptionstatic FieldTypeReturns the enum constant of this class with the specified name.static FieldType[]FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.search with parameters of type FieldTypeModifier and TypeMethodDescriptionstatic IndexedFieldstatic IndexedFieldIndexedField.from(String field, FieldType type, FieldOptions options) static IndexedFieldstatic IndexedFieldIndexedField.from(String field, String alias, FieldType type, FieldOptions options) CreateArgs.indexedField(String field, FieldType type) Adds a field to the schema.CreateArgs.indexedField(String field, FieldType type, FieldOptions options) Adds a field to the schema.CreateArgs.indexedField(String field, String alias, FieldType type) Adds a field to the schema.CreateArgs.indexedField(String field, String alias, FieldType type, FieldOptions options) Adds a field to the schema.Constructors in io.quarkus.redis.datasource.search with parameters of type FieldTypeModifierConstructorDescription(package private)IndexedField(String field, String alias, FieldType type, FieldOptions options)