mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 15:35:33 +08:00
update
Former-commit-id: b8255e6455c40e0ee843a56787502b65312b2a4a
This commit is contained in:
parent
cba93cf25d
commit
e89f9b18c1
@ -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