CatgirlIntelligenceAgency/code/services-core/index-service
Viktor Lofgren 9330b5b1d9 (index) Adjust rank weightings to fix bad wikipedia results
There was as bug where if the input of ResultValuator.normalize() was negative, it was truncated to zero.  This meant that "bad" results always rank the same.  The penalty factor "overallPart" was moved outside of the function and was re-weighted to accomplish a better normalization.

Some of the weights were also re-adjusted based on what appears to produce better results.  Needs evaluation.
2024-01-02 12:35:44 +01:00
..
src (index) Adjust rank weightings to fix bad wikipedia results 2024-01-02 12:35:44 +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: