Lucius646/MoonSearch/store does not have a README file
pub(open) trait Directory {
fn write(Self, String, Bytes) -> Unit raise PersistenceError
fn read(Self, String) -> Bytes raise PersistenceError
fn exists(Self, String) -> Bool
}pub struct FsDirectory {
root : String
}impl Directory for FsDirectorypub struct IndexReader[D] {
directory : D
segments : ReadOnlyArray[SnapshotSegment]
schema_snapshot : Schema?
generation_snapshot : Int
closed : Bool
}fn[D : Directory] IndexWriter::commit(self : IndexWriter[D], segment : Segment) -> Unit raise PersistenceErrorimpl Directory for MemoryDirectoryA MoonBit-native embedded full-text search kernel
Dependencies