Interface HNSWVectorIndex

All Superinterfaces:
VectorTypeParam<HNSWVectorOptionalArgs>
All Known Implementing Classes:
HNSWVectorIndexParams

public interface HNSWVectorIndex extends VectorTypeParam<HNSWVectorOptionalArgs>
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 Type
    Method
    Description
    as(String as)
    Defines the attribute associated to the field name

    Methods 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