mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-22 11:10:40 +00:00
Raw postings are an implementation detail of TantivyInvertedIndexReader, not something custom backends should need to produce. Make read_postings_from_terminfo the required trait method instead.