mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update milli/src/update/delete_documents.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
8e6d1ff0dc
commit
ab2cf69e8d
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ impl<'t, 'u, 'i> DeleteDocuments<'t, 'u, 'i> {
|
|||
|
||||
drop(iter);
|
||||
|
||||
// Remove the documents ids from field id word count database.
|
||||
// Remove the documents ids from the field id word count database.
|
||||
let mut iter = field_id_word_count_docids.iter_mut(self.wtxn)?;
|
||||
while let Some((key, mut docids)) = iter.next().transpose()? {
|
||||
let previous_len = docids.len();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue