mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-07-10 11:10:42 +00:00
Add horizon-limited buffering APIs for docsets and scorers so buffered union can refill from block-oriented postings while preserving term frequencies. This lets term scorers score buffered docs directly and reduces per-document refill overhead for dense unions.