tique

Utilities to drive a tantivy search index

Overview

conditional_collector

Collectors with built-in support for changing the ordering and cursor-based pagination (or rather: support for conditionally skipping documents that match the query).

```rust use tique::conditional_collector::{Ascending, TopCollector};

let minrankcollector = TopCollector::::new(10, true).topfastfield(f64_field); ```

Check the module docs for more details.

Unstable

This crate also contains unpolished functionality that is made availble through the unstable feature flag: