mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
![]() Roll back to JDK 21 for now, and make Java version configurable in the root build.gradle The project has run into no less than three distinct show-stopping bugs in JDK22, across multiple vendors, and gradle still doesn't fully support it, meaning you need multiple JDK versions installed. |
||
---|---|---|
.. | ||
java/nu/marginalia/index/journal | ||
test/nu/marginalia/index/journal | ||
build.gradle | ||
readme.md |
Index Journal
The index journal contains a list of entries with keywords and keyword metadata per document.
This journal is written by processes/loading-process and read when constructing the forward and reverse indices.
The journal format is a file header, followed by a zstd-compressed list of entries, each containing a header with document-level data, and a data section with keyword-level data.
The journal data may be split into multiple files, and the journal writers and readers are designed to handle this transparently via their Paging implementation.