milvus/internal/querynodev2/segments
Jiquan Long 89bf226f0b
feat: support keyword text match (#35923)
fix: #35922

---------

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2024-09-10 15:11:08 +08:00
..
metricsutil enhance: add more metrics for cache and search (#31777) 2024-04-10 10:55:17 +08:00
state fix: async warmup will be blocked by state lock (#33686) 2024-06-10 21:59:53 +08:00
cgo_util.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
collection.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
count_reducer_test.go enhance: retrieve output fields after local reduce (#32346) 2024-04-25 09:49:26 +08:00
count_reducer.go enhance: retrieve output fields after local reduce (#32346) 2024-04-25 09:49:26 +08:00
default_limit_reducer.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
index_attr_cache_test.go fix: predict inverted index resource usage more reasonably (#31615) 2024-03-27 19:33:09 +08:00
index_attr_cache.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
load_field_data_info.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
load_index_info.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
manager_test.go enhance: growing segment support mmap (#32633) 2024-06-18 14:42:00 +08:00
manager.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
mock_collection_manager.go fix: Remove QueryNodeEntitiesSize after segment/collection released (#31290) 2024-03-15 15:43:04 +08:00
mock_data.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
mock_loader.go enhance: Avoid use concrete segment type in segments interfaces (#34521) 2024-07-10 10:18:12 +08:00
mock_segment_manager.go fix: load operation when segment is on releasing (#31340) 2024-06-14 15:35:56 +08:00
mock_segment.go enhance: Avoid use concrete segment type in segments interfaces (#34521) 2024-07-10 10:18:12 +08:00
OWNERS
plan_test.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
plan.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
pool_test.go enhance: Execute bloom filter apply in parallel to speed up segment predict (#33792) 2024-06-14 11:37:56 +08:00
pool.go enhance: Execute bloom filter apply in parallel to speed up segment predict (#33792) 2024-06-14 11:37:56 +08:00
reduce_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
reduce.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
reducer_test.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
reducer.go fix: Return record with largest timestamp for entires with same PK (#33936) 2024-06-18 15:55:59 +08:00
result_sorter.go
result_test.go feat: supporing hybrid search group_by (#35982) 2024-09-08 17:09:04 +08:00
result.go fix: empty result when having only one subReq(#36098) (#36128) 2024-09-10 14:25:07 +08:00
retrieve_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
retrieve.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
search_reduce_test.go feat: supporing hybrid search group_by (#35982) 2024-09-08 17:09:04 +08:00
search_reduce.go feat: supporing hybrid search group_by (#35982) 2024-09-08 17:09:04 +08:00
search_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
search.go fix: add request resource timeout for lazy load, refactor context usage in cache (#32709) 2024-05-07 16:33:30 +08:00
segment_do.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
segment_interface.go enhance: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
segment_l0.go enhance: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
segment_loader_test.go enhance: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
segment_loader.go feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
segment_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
segment.go feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
trace.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
utils_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
utils.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
validate.go Format the code (#27275) 2023-09-21 09:45:27 +08:00