fix: search req transfer correctly (#38954)

issue: #37899 
pr: #38955

Signed-off-by: chasingegg <chao.gao@zilliz.com>
pull/38969/head
Gao 2025-01-03 10:02:54 +08:00 committed by GitHub
parent 4533fc8f9c
commit 018fbb48b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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