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 TypeClassDescriptionclassGeoField represents a geographic field in Redis.classNumericField represents a numeric field in Redis.classTagField represents an exact-match field in Redis.classTextField represents a full-text searchable field in Redis.classVectorField 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 TypeMethodDescriptionvoidAdd a single fieldAdd a field to the schema