Compute and write the word-prefix-docids database

This commit is contained in:
Clément Renault
2021-02-17 11:12:38 +01:00
parent ee5a60e1c5
commit f365de636f
6 changed files with 171 additions and 4 deletions

View File

@ -32,7 +32,8 @@ impl<'t, 'u, 'i> Facets<'t, 'u, 'i> {
wtxn: &'t mut heed::RwTxn<'i, 'u>,
index: &'i Index,
update_id: u64,
) -> Facets<'t, 'u, 'i> {
) -> Facets<'t, 'u, 'i>
{
Facets {
wtxn,
index,