mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-15 15:50:41 +00:00
* Do some Clippy- and Cargo-related boy-scouting. * Add BytesFilterCollector to support filtering based on a bytes fast field This is basically a copy of the existing FilterCollector but modified and specialised to work on a bytes fast field. * Changed semantics of filter collectors to consider multi-valued fields