mirror of https://github.com/milvus-io/milvus.git
fix: failed to raise metric_type not match error (#32202)
issue: https://github.com/milvus-io/milvus/issues/32176 Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/32216/head
parent
c012e6786f
commit
88c6828d6c
|
@ -335,6 +335,7 @@ func (t *searchTask) initAdvancedSearchRequest(ctx context.Context) error {
|
|||
PartitionIDs: nil,
|
||||
Topk: queryInfo.GetTopk(),
|
||||
Offset: offset,
|
||||
MetricType: queryInfo.GetMetricType(),
|
||||
}
|
||||
|
||||
// set PartitionIDs for sub search
|
||||
|
|
Loading…
Reference in New Issue