MarginaliaSearch/code/processes/converting-process
Viktor Lofgren 730e8f74e4 (crawler) Even more memory optimizations.
* Fix minor resource leak in zstd streams
* Use pools for zstd streams
* Reduce the SSL session cache size
2023-07-30 14:19:55 +02:00
..
src (crawler) Even more memory optimizations. 2023-07-30 14:19:55 +02:00
build.gradle (crawler, converter) Remove monkey patched gson from dependencies 2023-07-29 19:18:12 +02: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