mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
update
Former-commit-id: 0b1cecd26527c40069ef869028afd977304e34da
This commit is contained in:
parent
ad606851fa
commit
1ecae09ab9
@ -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