mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Remove unused search conf (#26689)
Signed-off-by: chasingegg <chao.gao@zilliz.com>
This commit is contained in:
parent
d343888f3c
commit
41d37409e9
@ -44,9 +44,6 @@ SearchOnSealedIndex(const Schema& schema,
|
||||
auto final = [&] {
|
||||
auto ds = knowhere::GenDataSet(num_queries, dim, query_data);
|
||||
|
||||
auto conf = search_info.search_params_;
|
||||
conf[knowhere::meta::TOPK] = search_info.topk_;
|
||||
conf[knowhere::meta::METRIC_TYPE] = field_indexing->metric_type_;
|
||||
auto vec_index =
|
||||
dynamic_cast<index::VectorIndex*>(field_indexing->indexing_.get());
|
||||
auto index_type = vec_index->GetIndexType();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user