mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
update
Former-commit-id: 7fd5d1f36a59fdaedf0e1fe4892c1e0d88180d16
This commit is contained in:
parent
9c9aac92b9
commit
9e8d7e04ca
@ -482,6 +482,7 @@ ServerError SearchVectorTask::OnExecute() {
|
||||
engine::QueryResults results;
|
||||
uint64_t record_count = (uint64_t)record_array_.size();
|
||||
|
||||
SERVER_LOG_DEBUG << file_id_array_ << std::endl;
|
||||
if(file_id_array_.empty()) {
|
||||
stat = DBWrapper::DB()->Query(table_name_, (size_t) top_k_, record_count, vec_f.data(), dates, results);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user