Package org.redisson.api.search.index
Interface HNSWVectorIndex
- All Superinterfaces:
VectorTypeParam<HNSWVectorOptionalArgs>
- All Known Implementing Classes:
HNSWVectorIndexParams
Options object for vector field index which uses HNSW indexing method.
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.redisson.api.search.index.VectorTypeParam
VectorTypeParam.Type
-
Method Summary
Modifier and TypeMethodDescriptionDefines the attribute associated to the field nameMethods inherited from interface org.redisson.api.search.index.VectorTypeParam
type
-
Method Details
-
as
Defines the attribute associated to the field name- Parameters:
as
- the associated attribute- Returns:
- options object
-