Merge branch 'main' into enhance-language-detection

This commit is contained in:
ManyTheFish
2023-02-20 18:14:34 +01:00
202 changed files with 10490 additions and 3066 deletions

View File

@@ -591,9 +591,9 @@ fn remove_from_word_docids(
Ok(())
}
fn remove_docids_from_field_id_docid_facet_value<'i, 'a>(
index: &'i Index,
wtxn: &'a mut heed::RwTxn,
fn remove_docids_from_field_id_docid_facet_value(
index: &Index,
wtxn: &mut heed::RwTxn,
facet_type: FacetType,
field_id: FieldId,
to_remove: &RoaringBitmap,