Store the word positions under the documents

This commit is contained in:
Clément Renault
2020-09-05 18:03:06 +02:00
parent 580ed1119a
commit dc88a86259
7 changed files with 72 additions and 563 deletions

10
Cargo.lock generated
View File

@ -85,15 +85,6 @@ dependencies = [
"warp",
]
[[package]]
name = "astar-iter"
version = "0.1.0"
source = "git+https://github.com/Kerollmops/astar-iter#87cb97a11c701f1a6025b72b673a8bfd0ca249a5"
dependencies = [
"indexmap",
"num-traits",
]
[[package]]
name = "atty"
version = "0.2.11"
@ -990,7 +981,6 @@ dependencies = [
"arc-cache",
"askama",
"askama_warp",
"astar-iter",
"bitpacking",
"bstr",
"byteorder",