mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +00:00
.. | ||
src | ||
build.gradle | ||
readme.md |
Reverse Index
The reverse index contains a mapping from word to document id. It also provides access to term-level metadata.
Central Classes
- ReverseIndexConverter constructs the index.
- ReverseIndexReader interrogates the index.