milvus/internal/querynodev2/segments
PowderLi 8fc4ebfa11
fix: empty MetricType (#30216)
issue: #30102 #30225

we should read MetricType from SearchResult,
because query node never
1. read metricType from LoadMeta
2. store to collection
3. set SearchRequest.MetricType

Signed-off-by: PowderLi <min.li@zilliz.com>
2024-01-28 15:33:02 +08:00
..
bloom_filter_set_test.go enhance: add param for bloomfilter(#29388) (#29490) 2023-12-28 18:10:46 +08:00
bloom_filter_set.go enhance: add param for bloomfilter(#29388) (#29490) 2023-12-28 18:10:46 +08:00
cgo_util.go enhance: move the cgo code in the pkg dir to interal dir (#30261) 2024-01-25 15:15:01 +08:00
collection.go feat: Support multiple vector search (#29433) 2024-01-08 15:34:48 +08:00
count_reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
count_reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
default_limit_reducer.go enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
load_field_data_info.go fix: Use correct pools for all CGO methods in segments pkg (#30274) 2024-01-26 10:09:00 +08:00
load_index_info.go fix: Use correct pools for all CGO methods in segments pkg (#30274) 2024-01-26 10:09:00 +08:00
manager_test.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
manager.go fix: the entities num metric may be contributed more than once (#29767) 2024-01-10 10:00:51 +08:00
mock_collection_manager.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_data.go feat: integrate storagev2 into loading segment (#29336) 2024-01-12 18:10:51 +08:00
mock_loader.go feat: integrate storagev2 into loading segment (#29336) 2024-01-12 18:10:51 +08:00
mock_segment_manager.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
mock_segment.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
plan_test.go fix: fix searchPlan metricType modified concurrently (#30227) 2024-01-26 14:03:09 +08:00
plan.go fix: empty MetricType (#30216) 2024-01-28 15:33:02 +08:00
pool_test.go enhance: make segments SQPool & LoadPool resizable (#29239) 2023-12-15 20:22:39 +08:00
pool.go enhance: make segments SQPool & LoadPool resizable (#29239) 2023-12-15 20:22:39 +08:00
reduce_test.go fix: fix searchPlan metricType modified concurrently (#30227) 2024-01-26 14:03:09 +08:00
reduce.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
result_sorter.go Fix bug of missing JSON type when sorting retrieve results (#25412) (#25455) 2023-07-10 20:02:28 +08:00
result_test.go feat: support search_group_by for milvus(#25324) (#28983) 2024-01-05 15:50:47 +08:00
result.go fix: empty MetricType (#30216) 2024-01-28 15:33:02 +08:00
retrieve_test.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
retrieve.go Refine delete by expression for forbid proxy dml task scheduler hang (#29340) 2023-12-26 19:52:48 +08:00
search_test.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
search.go Remove segment to LocalSegment type assertion (#26931) 2023-09-09 10:35:16 +08:00
segment_interface.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
segment_l0.go fix: Set & Return correct SegmentLevel in querynode segment manager (#29740) 2024-01-08 14:16:48 +08:00
segment_loader_test.go feat: integrate storagev2 into loading segment (#29336) 2024-01-12 18:10:51 +08:00
segment_loader.go enhance: Allows proactive warming up of chunk cache (#30182) 2024-01-25 19:55:39 +08:00
segment_test.go fix: the insert count is zero after set the pointer to nil (#29870) 2024-01-11 14:56:50 +08:00
segment.go fix: Use correct pools for all CGO methods in segments pkg (#30274) 2024-01-26 10:09:00 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
utils.go Deliver L0 segments delete records (#27722) 2023-11-07 01:44:18 +08:00
validate.go Format the code (#27275) 2023-09-21 09:45:27 +08:00