MarginaliaSearch/code/processes/loading-process
Viktor Lofgren 0894822b68 (converter) Add position information to serialized document data
This is not hooked in yet, and the term metadata is still left intact.  It should probably shrink to a smaller representation (byte?) with the upcoming removal of the position mask.
2024-05-28 14:18:03 +02:00
..
java/nu/marginalia/loading (converter) Add position information to serialized document data 2024-05-28 14:18:03 +02:00
test/nu/marginalia (converter) Add position information to serialized document data 2024-05-28 14:18:03 +02:00
build.gradle (converter) Add position information to serialized document data 2024-05-28 14:18:03 +02: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