mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
![]() This makes index complete in the sense that you can deploy an index instance and build a complete separate application on top of it, without having to go through the Marginalia-laden search service. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
readme.md |
The link database contains information about links, such as their ID, their URL, their title, their description, and so forth.
The link 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.
It is constructed by the loading-process, and consumed by the search-service.