Uses of Class
io.quarkus.redis.datasource.search.FieldType
-
Packages that use FieldType Package Description io.quarkus.redis.datasource.search -
-
Uses of FieldType in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return FieldType Modifier and Type Method Description static FieldTypeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.redis.datasource.search with parameters of type FieldType Modifier and Type Method Description static IndexedFieldIndexedField. from(String field, FieldType type)static IndexedFieldIndexedField. from(String field, FieldType type, FieldOptions options)static IndexedFieldIndexedField. from(String field, String alias, FieldType type)static IndexedFieldIndexedField. from(String field, String alias, FieldType type, FieldOptions options)CreateArgsCreateArgs. indexedField(String field, FieldType type)Adds a field to the schema.CreateArgsCreateArgs. indexedField(String field, FieldType type, FieldOptions options)Adds a field to the schema.CreateArgsCreateArgs. indexedField(String field, String alias, FieldType type)Adds a field to the schema.CreateArgsCreateArgs. 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 FieldType Constructor Description IndexedField(String field, String alias, FieldType type, FieldOptions options)
-