mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +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/linkdb | ||
resources/db | ||
test/nu/marginalia/linkdb | ||
build.gradle | ||
readme.md |
Document Database
The document database contains information about links, such as their ID, their URL, their title, their description, and so forth.
The document database is a sqlite file. The reason this information is not in the MariaDB database is that this would make updates to this information take effect in production immediately, even before the information was searchable.
TODO: This module should probably be renamed and moved into some other package.
See Also
The database is constructed by the loading-process, and consumed by the index-service.