milvus/internal/core/thirdparty/tantivy/tantivy-binding
Buqian Zheng f7b811450d
feat: add enable_tokenizer params to VarChar field (#36480)
issue: #35922

add an enable_tokenizer param to varchar field: must be set to true so
that a varchar field can enable_match or used as input of BM25 function

---------

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
2024-10-10 20:33:21 +08:00
..
include feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
src feat: add enable_tokenizer params to VarChar field (#36480) 2024-10-10 20:33:21 +08:00
.gitignore enhance: lock tantivy dependencies (#31688) 2024-03-29 10:15:17 +08:00
Cargo.lock feat: tantivy tokenizer binding (#35801) 2024-09-01 17:13:03 +08:00
Cargo.toml feat: tantivy tokenizer binding (#35801) 2024-09-01 17:13:03 +08:00
build.rs enhance: optimize search performance of inverted index (#29794) 2024-01-11 11:12:49 +08:00
cbindgen.toml feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00