MarginaliaSearch/code/features-index/index-forward
Viktor Lofgren f613f4f2df (array) Fix spurious search results
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.
2023-10-26 15:27:02 +02:00
..
src (array) Fix spurious search results 2023-10-26 15:27:02 +02:00
build.gradle (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
readme.md The refactoring will continue until morale improves. 2023-03-12 10:50:31 +01:00

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