CatgirlIntelligenceAgency/code/features-index/index-forward
Viktor Lofgren 460998d512 (index) Move index construction to separate process.
This provides a much cleaner separation of concerns, and makes it possible to get rid of a lot of the gunkier parts of the index service.  It will also permit lowering the Xmx on the index service a fair bit, so we can get CompressedOOps again :D
2023-08-25 12:52:54 +02:00
..
src (index) Move index construction to separate process. 2023-08-25 12:52:54 +02:00
build.gradle (index) Move index construction to separate process. 2023-08-25 12:52:54 +02:00
readme.md The refactoring will continue until morale improves. 2023-03-12 10:50:31 +01:00

Forward Index

The forward index contains a mapping from document id to word id. It also provides document-level metadata, and a document-to-domain mapping.

Central Classes