Introduce the word_level_position_docids Index database

This commit is contained in:
Kerollmops 2021-03-11 17:24:35 +01:00 committed by many
parent 75e7b1e3da
commit b0a417f342
No known key found for this signature in database
GPG key ID: 2CEF23B75189EACA
7 changed files with 54 additions and 3 deletions

View file

@ -319,6 +319,7 @@ fn biggest_value_sizes(index: &Index, rtxn: &heed::RoTxn, limit: usize) -> anyho
docid_word_positions,
word_pair_proximity_docids,
word_prefix_pair_proximity_docids,
word_level_position_docids,
facet_field_id_value_docids,
field_id_docid_facet_values: _,
documents,