fix the old indexer

This commit is contained in:
Tamo
2025-07-17 18:21:48 +02:00
parent 0319a46a7a
commit eefd005599
15 changed files with 604 additions and 413 deletions

View File

@ -541,6 +541,10 @@ where
.map_err(InternalError::from)??;
}
tracing::warn!("Building cellulite");
let cellulite = cellulite::Cellulite::new(self.index.cellulite);
cellulite.build(self.wtxn, &Progress::default())?;
self.execute_prefix_databases(
word_docids.map(MergerBuilder::build),
exact_word_docids.map(MergerBuilder::build),