MarginaliaSearch/code/processes/loading-process
2024-12-08 13:12:52 +01:00
..
java/nu/marginalia/loading (loader) Correct DocumentLoaderService to properly do bulk inserts 2024-12-08 13:12:52 +01:00
test/nu/marginalia (live-crawler) Alter DbDomainIdRegistry to make inserts if an id is missing, as this is apparently a rare scenario we need to deal with. 2024-11-22 13:58:57 +01:00
build.gradle (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01:00

Loading Process

The loading process reads converted data and inserts it into the database, as well as creates a journal file that will be used to create a static index for the index-service.

Central Classes