mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +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.