MarginaliaSearch/code/processes/converting-process
Viktor Lofgren 09917837d0 (process) Ensure construction exceptions are logged
Wrapping these exceptions in a try-catch and logging them with slf4j will ensure they end up in the process logs.

The way it worked using the default exception handler, they'd print on console (which nothing captures!), leading to a very annoying debugging experience.
2023-11-22 18:32:06 +01:00
..
src (process) Ensure construction exceptions are logged 2023-11-22 18:32:06 +01:00
build.gradle Initial Commit Anchor Tags 2023-11-04 14:24:17 +01:00
readme.md More restructuring, big bug fixes in keyword extraction. 2023-03-13 17:39:53 +01:00

Converting Process

The converting process reads crawl data and extracts information to be fed into the index, such as keywords, metadata, urls, descriptions...

Central Classes

See Also