Skip to main content

Crate tantivy_remote

Crate tantivy_remote 

Source

Structsยง

File
A FileHandle implementation for remote files, with automatic caching.
FullDirectory
A Directory implementation that reads and writes files to a remote object storage using opendal, with metadata stored in PostgreSQL.
LightDirectory
A Directory implementation that delegates to an inner Directory for everything except the metadata files (meta.json and .managed.json), which it stores in PostgreSQL (and, above a threshold, in a remote object storage) the same way FullDirectory does.