mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
![]() Also refactor along the way. Really needs an additional pass, these tests are very hairy. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
readme.md |
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
- ForwardIndexConverter constructs the index.
- ForwardIndexReader interrogates the index.