mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
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: grace <yan.gu@zilliz.com> * fix lint error Signed-off-by: grace <yan.gu@zilliz.com>
This commit is contained in:
parent
67819be29b
commit
bf4cea1d1f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user