Rename the users ids documents ids into external documents ids

This commit is contained in:
Clément Renault
2020-11-22 11:54:04 +01:00
parent f06355b0bb
commit eded5558b2
6 changed files with 81 additions and 81 deletions

View File

@ -27,7 +27,7 @@ impl<'t, 'u, 'i> ClearDocuments<'t, 'u, 'i> {
// We clean some of the main engine datastructures.
self.index.put_words_fst(self.wtxn, &fst::Set::default())?;
self.index.put_users_ids_documents_ids(self.wtxn, &fst::Map::default())?;
self.index.put_external_documents_ids(self.wtxn, &fst::Map::default())?;
self.index.put_documents_ids(self.wtxn, &RoaringBitmap::default())?;
// Clear the other databases.