[vectordb](../README.md) / [Exports](../modules.md) / IndexStatus # Enumeration: IndexStatus ## Table of contents ### Enumeration Members - [Done](IndexStatus.md#done) - [Failed](IndexStatus.md#failed) - [Indexing](IndexStatus.md#indexing) - [Pending](IndexStatus.md#pending) ## Enumeration Members ### Done • **Done** = ``"done"`` #### Defined in [index.ts:713](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L713) ___ ### Failed • **Failed** = ``"failed"`` #### Defined in [index.ts:714](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L714) ___ ### Indexing • **Indexing** = ``"indexing"`` #### Defined in [index.ts:712](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L712) ___ ### Pending • **Pending** = ``"pending"`` #### Defined in [index.ts:711](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L711)