提交 7e96b554 编写于 作者: Z zhiru 提交者: jinhai

update


Former-commit-id: d5dba29858cecbf0781cad8b02a24de7c7fb080d
上级 2dc45d2a
......@@ -502,7 +502,11 @@ ServerError SearchVectorTask::OnExecute() {
engine::QueryResults results;
uint64_t record_count = (uint64_t)record_array_.size();
SERVER_LOG_DEBUG << file_id_array_ << std::endl;
SERVER_LOG_DEBUG << "file_id_array_: ";
for (auto& file_id : file_id_array_) {
SERVER_LOG_DEBUG << file_id;
}
if(file_id_array_.empty()) {
stat = DBWrapper::DB()->Query(table_name_, (size_t) top_k_, record_count, vec_f.data(), dates, results);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册