新索引进度指示

New index progress indication

在集群上建立索引时,管理控制台中的数据库状态页面开始失败。我正在为 10 亿个文档中索引优先级 2 的时间戳编制索引,这可能需要一两周的时间。

了解索引编制进度的最佳方式是什么?

使用管理 API 的 GET /manage/v2/databases/{id|name}?view=status 页面。您将发送一个 HTTP 请求,例如:

http://localhost:8002/manage/v2/databases/Documents?view=status

检查本地主机上的文档数据库。检索到的信息的一部分将是重新索引状态。