feat(search): Use an external levenstein automaton implementation

This commit is contained in:
Kerollmops
2018-05-05 13:31:38 +02:00
committed by Clément Renault
parent 80c05a9b50
commit 2cb26e327c
3 changed files with 30 additions and 27 deletions

View File

@ -7,7 +7,7 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
bincode = "1.0"
env_logger = { version = "0.3", default-features = false }
fst = "0.3"
fst-levenshtein = "0.2"
levenshtein_automata = { git = "https://github.com/tantivy-search/levenshtein-automata.git", features = ["fst_automaton"] }
futures = "0.1"
lazy_static = "1.0"
serde = "1.0"