6a1bfd6270
This wasn't actually hooked in anywhere. Removing the dependency and code. If it turns out we need madvise in the future, we'll re-introducde it. |
||
---|---|---|
.. | ||
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.