mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Reapply #2773
This commit is contained in:
parent
ca8c922f35
commit
ce4dcf47f0
@ -28,10 +28,15 @@ meili-snap = { path = "../meili-snap" }
|
|||||||
insta = "1.19.1"
|
insta = "1.19.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
# all specialized tokenizations
|
||||||
default = ["milli/default"]
|
default = ["milli/default"]
|
||||||
|
|
||||||
test-traits = ["proptest", "proptest-derive"]
|
# chinese specialized tokenization
|
||||||
chinese = ["milli/chinese"]
|
chinese = ["milli/chinese"]
|
||||||
|
# hebrew specialized tokenization
|
||||||
hebrew = ["milli/hebrew"]
|
hebrew = ["milli/hebrew"]
|
||||||
|
# japanese specialized tokenization
|
||||||
japanese = ["milli/japanese"]
|
japanese = ["milli/japanese"]
|
||||||
|
# thai specialized tokenization
|
||||||
thai = ["milli/thai"]
|
thai = ["milli/thai"]
|
||||||
|
test-traits = ["proptest", "proptest-derive"]
|
||||||
|
Loading…
Reference in New Issue
Block a user