mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: search req transfer correctly (#38955)
issue: #37899 Signed-off-by: chasingegg <chao.gao@zilliz.com>
This commit is contained in:
parent
aa0a87eda7
commit
d9ebb70b10
@ -243,6 +243,7 @@ func (sd *shardDelegator) shallowCopySearchRequest(req *internalpb.SearchRequest
|
||||
GroupSize: req.GroupSize,
|
||||
FieldId: req.FieldId,
|
||||
IsTopkReduce: req.IsTopkReduce,
|
||||
IsRecallEvaluation: req.IsRecallEvaluation,
|
||||
}
|
||||
|
||||
return nodeReq
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user