Introduce the field-id-docid-facet-values database

This commit is contained in:
Clément Renault
2020-12-02 18:31:41 +01:00
parent 4ffbddf21f
commit 3cdf14d4c5
11 changed files with 229 additions and 9 deletions

View File

@ -297,6 +297,7 @@ fn biggest_value_sizes(index: &Index, rtxn: &heed::RoTxn, limit: usize) -> anyho
docid_word_positions,
word_pair_proximity_docids,
facet_field_id_value_docids,
field_id_docid_facet_values: _,
documents,
} = index;