@lancedb/lancedb • Docs
@lancedb/lancedb / IndexStatistics
Interface: IndexStatistics¶
Properties¶
distanceType?¶
The type of the distance function used by the index. This is only present for vector indices. Scalar and full text search indices do not have a distance function.
indexType¶
The type of the index
numIndexedRows¶
The number of rows indexed by the index
numIndices?¶
The number of parts this index is split into.
numUnindexedRows¶
The number of rows not indexed