lucisearch 0.8.1

Embeddable, in-process search engine — the SQLite/DuckDB of search
Documentation
1
2
3
4
5
//! Document store: LZ4-compressed storage for original JSON source.
//!
//! See [[document-store]] and [[architecture-segment-layout]].

pub mod doc_store;