CatgirlIntelligenceAgency/code/services-core/index-service
Viktor Lofgren 722b56c8ca (index) Fix rare bug in the index-switching logic
This is caused by a resource contention with the query code.  The proper way to fix this is to use some form of synchronization, but that will slow the code down.  So we just hammer it a few times and let the GC deal with the problem if it fails.  Not optimal, but fast.
2023-12-16 18:57:35 +01:00
..
src (index) Fix rare bug in the index-switching logic 2023-12-16 18:57:35 +01:00
build.gradle (index/qs) GRPC API for better query peformance 2023-10-24 11:38:07 +02:00
readme.md (docs) Update documentation 2023-10-27 12:45:39 +02:00

Index Service

The index service is a partitioned service that knows which document contains which keywords.

image

Central Classes

See Also

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