CatgirlIntelligenceAgency/code/services-core/index-service
Viktor Lofgren b15f47d80e (db) Retire the EC_DOMAIN_LINK table
Retire the EC_DOMAIN_LINK table as the data has been migrated off into a file instead.
2024-02-08 15:52:30 +01:00
..
src (db) Retire the EC_DOMAIN_LINK table 2024-02-08 15:52:30 +01:00
build.gradle (index/qs) GRPC API for better query peformance 2023-10-24 11:38:07 +02:00
readme.md (doc) Update docs 2024-02-06 12:43:42 +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.

Central Classes

See Also

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