Interface BaseIndex
- All Known Implementing Classes:
HNSWIndex,IVFFlatIndex,IVFIndex,ScaNNIndex
public interface BaseIndex
Interface for indexes
-
Field Details
-
DEFAULT_INDEX_NAME_SUFFIX
base index name suffix- See Also:
-
-
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
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
-