320dad7f1a
The caller shouldn't be required to know the on-disk layout of the file to make use of the data in a performant way. |
||
---|---|---|
.. | ||
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.