milvus/internal/core/thirdparty/tantivy
Jiquan Long 7b9462c0d3
enhance: fix copying hits of inverted index twice (#33968)
issue: https://github.com/milvus-io/milvus/issues/29793
The custom `VecCollector` have already transformed the results into
vector of offsets, no need to copy them twice.

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2024-06-19 12:40:01 +08:00
..
tantivy-binding enhance: fix copying hits of inverted index twice (#33968) 2024-06-19 12:40:01 +08:00
bench.cpp enhance: optimize search performance of inverted index (#29794) 2024-01-11 11:12:49 +08:00
CMakeLists.txt feat: support inverted index for array (#33452) 2024-05-31 09:47:47 +08:00
ffi_demo.cpp feat: support inverted index for array (#33452) 2024-05-31 09:47:47 +08:00
tantivy-wrapper.h enhance: speed up array-equal operator via inverted index (#33633) 2024-06-11 14:13:54 +08:00
test.cpp enhance: speed up array-equal operator via inverted index (#33633) 2024-06-11 14:13:54 +08:00
time_recorder.h enhance: optimize search performance of inverted index (#29794) 2024-01-11 11:12:49 +08:00