Make the facet level search system generic on f64 and i64

This commit is contained in:
Clément Renault
2020-11-18 21:52:08 +01:00
parent 9e2cbe3362
commit 38c76754ef
4 changed files with 166 additions and 76 deletions

View File

@ -21,6 +21,7 @@ levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
linked-hash-map = "0.5.3"
memmap = "0.7.0"
near-proximity = { git = "https://github.com/Kerollmops/plane-sweep-proximity", rev = "6608205" }
num-traits = "0.2.14"
obkv = "0.1.0"
once_cell = "1.4.0"
ordered-float = "2.0.0"