Uses of Enum
org.redisson.api.search.index.VectorTypeParam.Type
Packages that use VectorTypeParam.Type
-
Uses of VectorTypeParam.Type in org.redisson.api.search.index
Methods in org.redisson.api.search.index that return VectorTypeParam.TypeModifier and TypeMethodDescriptionFlatVectorIndexParams.getType()HNSWVectorIndexParams.getType()static VectorTypeParam.TypeReturns the enum constant of this type with the specified name.static VectorTypeParam.Type[]VectorTypeParam.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.search.index with parameters of type VectorTypeParam.TypeModifier and TypeMethodDescriptionFlatVectorIndexParams.type(VectorTypeParam.Type type) HNSWVectorIndexParams.type(VectorTypeParam.Type type) VectorTypeParam.type(VectorTypeParam.Type type) Defines vector type parameter