mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +00:00
![]() This was caused by a bug in the binary search algorithm causing it to sometimes return positive values when encoding a search miss. It was also necessary to get rid of the vestiges of the old LongArray and IntArray classes to make this fix doable. |
||
---|---|---|
.. | ||
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.