mirror of https://github.com/milvus-io/milvus.git
fix: search req transfer correctly (#38955)
issue: #37899 Signed-off-by: chasingegg <chao.gao@zilliz.com>pull/38817/merge
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…
Reference in New Issue