fix: search req transfer correctly (#38955)

issue: #37899

Signed-off-by: chasingegg <chao.gao@zilliz.com>
pull/38817/merge
Gao 2025-01-03 10:04:54 +08:00 committed by GitHub
parent aa0a87eda7
commit d9ebb70b10
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