Merge pull request #5762 from meilisearch/new-document-indexer-for-dumps

Use the edition 2024 documents indexer in the dumps
This commit is contained in:
Louis Dureuil
2025-07-21 14:53:43 +00:00
committed by GitHub
26 changed files with 210 additions and 46 deletions

View File

@ -24,7 +24,7 @@ enum-iterator = "2.1.0"
file-store = { path = "../file-store" }
flate2 = "1.1.2"
fst = "0.4.7"
memmap2 = "0.9.5"
memmap2 = "0.9.7"
milli = { path = "../milli" }
roaring = { version = "0.10.12", features = ["serde"] }
rustc-hash = "2.1.1"