mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Reapply #2773
This commit is contained in:
parent
5e8a34ea13
commit
d01d29764e
1 changed files with 6 additions and 1 deletions
|
@ -28,10 +28,15 @@ meili-snap = { path = "../meili-snap" }
|
|||
insta = "1.19.1"
|
||||
|
||||
[features]
|
||||
# all specialized tokenizations
|
||||
default = ["milli/default"]
|
||||
|
||||
test-traits = ["proptest", "proptest-derive"]
|
||||
# chinese specialized tokenization
|
||||
chinese = ["milli/chinese"]
|
||||
# hebrew specialized tokenization
|
||||
hebrew = ["milli/hebrew"]
|
||||
# japanese specialized tokenization
|
||||
japanese = ["milli/japanese"]
|
||||
# thai specialized tokenization
|
||||
thai = ["milli/thai"]
|
||||
test-traits = ["proptest", "proptest-derive"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue