push a first implementation of the stop_words

This commit is contained in:
tamo
2021-04-06 15:41:03 +02:00
parent 2206a44baf
commit 40ef9a3c6a
6 changed files with 66 additions and 15 deletions

View File

@ -42,7 +42,7 @@ main_error = "0.1.0"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", branch = "main" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", rev = "b7b23cd" }
milli = { git = "https://github.com/meilisearch/milli.git", rev = "2bcdd8844c4ec9f6f8a34617ea0e4321fa633c0c" }
mime = "0.3.16"
once_cell = "1.5.2"
parking_lot = "0.11.1"