All Known Implementing Classes:
HNSWIndex, IVFFlatIndex, IVFIndex, ScaNNIndex

public interface BaseIndex
Interface for indexes
  • Field Details

  • Method Details

    • getIndexOptions

      String getIndexOptions()
      get index query options
      Returns:
      index query options string
    • getDistanceStrategy

      DistanceStrategy getDistanceStrategy()
      the distance strategy for the index
      Returns:
      DistanceStrategy
    • getPartialIndexes

      List<String> getPartialIndexes()
      retrieve partial indexes
      Returns:
      list of partial indexes
    • getName

      String getName()
      retrieve name
      Returns:
      name
    • getIndexType

      String getIndexType()
      retrieve index type
      Returns:
      index type String