Fix update indexing

This commit is contained in:
ManyTheFish 2022-08-17 15:03:37 +02:00
parent 7384650d85
commit 2668f841d1
2 changed files with 2 additions and 3 deletions

View file

@ -407,7 +407,7 @@ where
// We write the external documents ids into the main database.
self.index.put_external_documents_ids(self.wtxn, &external_documents_ids)?;
let all_documents_ids = index_documents_ids | new_documents_ids | replaced_documents_ids;
let all_documents_ids = index_documents_ids | new_documents_ids;
self.index.put_documents_ids(self.wtxn, &all_documents_ids)?;
self.execute_prefix_databases(