pallet
pallet copied to clipboard
Tantivy is not meant to commit after every document. It will get a tad better in the next version of tantivy but still not a viable solution. Ideally pallet should...
rust-analyzer thinks the example's `store.search` return type is `::Item`, which is not very useful. [`Store::search`](https://docs.rs/pallet/0.7.0/pallet/struct.Store.html#method.search) docs are not great either, leaving it unclear what `I::Item` is. An extra source of...
Thank you for great crate! But how to set limit/offset in search?