未验证 提交 bf4cea1d 编写于 作者: 格雷大大 提交者: GitHub

add log 4 annoy if index has been built when BuildAll interface invoked (#2071)

* add log 4 annoy if index has been built when BuildAll interface invoked
Signed-off-by: Ngrace <yan.gu@zilliz.com>

* fix lint error
Signed-off-by: Ngrace <yan.gu@zilliz.com>
上级 67819be2
......@@ -85,6 +85,7 @@ void
IndexAnnoy::BuildAll(const DatasetPtr& dataset_ptr, const Config& config) {
if (index_) {
// it is builded all
KNOWHERE_LOG_DEBUG << "IndexAnnoy::BuildAll: index_ has been built!";
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册