MarginaliaSearch/code/processes/loading-process
Viktor Lofgren 1e6800565a (system) Remove EdgeId<T> and similar objects
They seemed like a good idea at the time, but in practice they're wasting resources and not really providing the clarity I had hoped.
2023-08-24 17:46:02 +02:00
..
src (system) Remove EdgeId<T> and similar objects 2023-08-24 17:46:02 +02:00
build.gradle (loader) Implement new linkdb in loader 2023-08-24 13:07:54 +02:00
readme.md More restructuring, big bug fixes in keyword extraction. 2023-03-13 17:39:53 +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