milvus/internal/core/thirdparty/tantivy
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
..
tantivy-binding feat: add enable_tokenizer params to VarChar field (#36480) 2024-10-10 20:33:21 +08:00
CMakeLists.txt feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
bench.cpp enhance: allow many segments for inverted index (#35616) 2024-08-28 11:30:59 +08:00
ffi_demo.cpp feat: support inverted index for array (#33452) 2024-05-31 09:47:47 +08:00
jieba_demo.cpp feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
rust-array.h enhance: allow many segments for inverted index (#35616) 2024-08-28 11:30:59 +08:00
rust-binding.h enhance: allow many segments for inverted index (#35616) 2024-08-28 11:30:59 +08:00
rust-hashmap.h feat: tantivy tokenizer binding (#35801) 2024-09-01 17:13:03 +08:00
tantivy-wrapper.h feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
test.cpp enhance: allow many segments for inverted index (#35616) 2024-08-28 11:30:59 +08:00
text_demo.cpp feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
time_recorder.h enhance: optimize search performance of inverted index (#29794) 2024-01-11 11:12:49 +08:00
token-stream.h feat: tantivy tokenizer binding (#35801) 2024-09-01 17:13:03 +08:00
tokenizer.h feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00
tokenizer_demo.cpp feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00