Use new incremental facet indexing and enable sanity checks in debug

This commit is contained in:
Louis Dureuil 2025-01-06 15:08:48 +01:00
parent f38db86120
commit c14967eeac
No known key found for this signature in database
3 changed files with 187 additions and 48 deletions

View file

@ -100,6 +100,7 @@ where
caches,
FacetDatabases::new(index),
index,
&rtxn,
extractor_sender.facet_docids(),
)?;
}