mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
9 lines
380 B
Markdown
9 lines
380 B
Markdown
![]() |
# Reverse Index
|
||
|
|
||
|
The reverse index contains a mapping from word to document id. It also provides access to
|
||
|
term-level metadata.
|
||
|
|
||
|
## Central Classes
|
||
|
|
||
|
* [ReverseIndexConverter](src/main/java/nu/marginalia/index/reverse/ReverseIndexConverter.java) constructs the index.
|
||
|
* [ReverseIndexReader](src/main/java/nu/marginalia/index/reverse/ReverseIndexReader.java) interrogates the index.
|