mirror of https://github.com/milvus-io/milvus.git
fix: search req transfer correctly (#38954)
issue: #37899 pr: #38955 Signed-off-by: chasingegg <chao.gao@zilliz.com>pull/38969/head
parent
4533fc8f9c
commit
018fbb48b1
|
@ -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…
Reference in New Issue