mirror of https://github.com/milvus-io/milvus.git
fix: failed to raise metric_type not match error (#32203)
issue:https://github.com/milvus-io/milvus/issues/32176 pr:https://github.com/milvus-io/milvus/pull/32202 Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/32211/head
parent
e495073e4b
commit
cbac23a8ff
|
@ -316,6 +316,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