CatgirlIntelligenceAgency/code/features-index/index-forward/readme.md
2023-03-12 10:50:31 +01:00

9 lines
412 B
Markdown

# 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](src/main/java/nu/marginalia/index/forward/ForwardIndexConverter.java) constructs the index.
* [ForwardIndexReader](src/main/java/nu/marginalia/index/forward/ForwardIndexReader.java) interrogates the index.