MarginaliaSearch/code/services-core/index-service
Viktor Lofgren 002afca1c5 (sys) Upgrade to JDK22
This also entails upgrading JIB to 3.4.1 and Lombok to 1.18.32.
2024-03-21 14:33:27 +01:00
..
java/nu/marginalia/index (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01:00
readme.md Clean up docs 2024-02-22 18:18:58 +01:00

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

image

It is the service that most directly executes a search query. It does this by evaluating a low-level query, and then using the index to find the documents that match the query, finally ranking the results and picking the best matches.

This module only contains service boilerplate. The guts of this service are in the index module.