Interface FlatVectorIndex

All Superinterfaces:
VectorTypeParam<FlatVectorOptionalArgs>
All Known Implementing Classes:
FlatVectorIndexParams

public interface FlatVectorIndex extends VectorTypeParam<FlatVectorOptionalArgs>
Options object for vector field index which uses FLAT 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