Uses of Class
com.redis.vl.schema.BaseField
Packages that use BaseField
-
Uses of BaseField in com.redis.vl.schema
Subclasses of BaseField in com.redis.vl.schemaModifier and TypeClassDescriptionclass
GeoField represents a geographic field in Redis.class
NumericField represents a numeric field in Redis.class
TagField represents an exact-match field in Redis.class
TextField represents a full-text searchable field in Redis.class
VectorField represents a vector field in Redis for similarity search.Methods in com.redis.vl.schema with type parameters of type BaseFieldModifier and TypeMethodDescriptionIndexSchema.getFieldsByType
(Class<T> fieldType) Get fields of a specific typeMethods in com.redis.vl.schema that return BaseFieldModifier and TypeMethodDescriptionGet a field by nameMethods in com.redis.vl.schema that return types with arguments of type BaseFieldMethods in com.redis.vl.schema with parameters of type BaseFieldModifier and TypeMethodDescriptionvoid
Add a single fieldAdd a field to the schema