mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-06 20:02:58 +00:00
* Sets `"useCodeBlocks": true` * Adds a post-processing script `nodejs/typedoc_post_process.js` that puts the parameter description on the same line as the parameter name, like it is in our Python docs. This makes the text hierarchy clearer in those sections and also makes the sections shorter.
757 B
757 B
@lancedb/lancedb • Docs
@lancedb/lancedb / IndexStatistics
Interface: IndexStatistics
Properties
distanceType?
optional distanceType: string;
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
indexType: string;
The type of the index
numIndexedRows
numIndexedRows: number;
The number of rows indexed by the index
numIndices?
optional numIndices: number;
The number of parts this index is split into.
numUnindexedRows
numUnindexedRows: number;
The number of rows not indexed