milvus/internal/core/thirdparty/tantivy/tantivy-binding
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
..
include feat: support inverted index for array (#33452) 2024-05-31 09:47:47 +08:00
src enhance: fix copying hits of inverted index twice (#33968) 2024-06-19 12:40:01 +08:00
.gitignore enhance: lock tantivy dependencies (#31688) 2024-03-29 10:15:17 +08:00
build.rs enhance: optimize search performance of inverted index (#29794) 2024-01-11 11:12:49 +08:00
Cargo.lock fix: make sure inverted index has only one segment (#32858) 2024-05-08 21:25:30 +08:00
Cargo.toml fix: make sure inverted index has only one segment (#32858) 2024-05-08 21:25:30 +08:00
cbindgen.toml feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00