limit extract_word_docids memory usage

This commit is contained in:
ad hoc
2022-04-05 14:14:15 +02:00
parent 5cfd3d8407
commit 201fea0fda
2 changed files with 3 additions and 2 deletions

View File

@@ -502,6 +502,7 @@ fn remove_from_word_docids(
}
}
}
Ok(())
}