MarginaliaSearch/code/services-core/index-service
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 (index/qs) GRPC API for better query peformance 2023-10-24 11:38:07 +02:00
readme.md Fix broken diagram links after doc/ restructuring. 2023-03-25 16:32:10 +01:00

Index Service

The index service knows which document contains which keywords.

image

Central Classes

See Also

The index service relies heavily on the primitives in features-index: