ANW-12 tantivy index: schema, upsert, rebuild on startup, scanner->writer wire

This commit is contained in:
Andreas Brenner 2026-05-14 14:55:34 +02:00
parent 929e498f66
commit cd337202ee
6 changed files with 424 additions and 29 deletions

View file

@ -15,7 +15,7 @@ path = "src/main.rs"
anyhow = "1"
axum = "0.8"
blake3 = "1"
chrono = { version = "0.4", default-features = false, features = ["std"] }
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
clap = { version = "4", features = ["derive", "env"] }
hydra = "0.1"
notify = "8"