Use the cached postings lists in the query system

This commit is contained in:
Clément Renault 2019-12-31 12:53:40 +01:00
parent eed07c724f
commit 670e80c151
3 changed files with 113 additions and 39 deletions

View file

@ -267,6 +267,7 @@ impl Index {
self.documents_fields_counts,
self.synonyms,
self.prefix_documents_cache,
self.prefix_postings_lists_cache,
)
}
@ -280,6 +281,7 @@ impl Index {
self.documents_fields_counts,
self.synonyms,
self.prefix_documents_cache,
self.prefix_postings_lists_cache,
criteria,
)
}