mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-18 18:56:25 +00:00
fix the old indexer
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user