CatgirlIntelligenceAgency/services-core
2023-03-07 16:38:33 +01:00
..
assistant-service Remove old unused protobuf crap 2023-03-04 14:17:13 +01:00
index-service Remove refuse pile logic that in practice resulted in a lot fewer results showing up for many queries. 2023-03-07 16:38:33 +01:00
search-service A lot of readmes, some refactoring. 2023-03-06 18:32:13 +01:00
readme.md Restructuring the git repo 2023-03-04 13:19:01 +01:00

Core Services

The cores services constitute the main functionality of the search engine.

  • The search-service parses queries, interrogates the index-service, and decorates search results with metadata from the database.

  • The index-service contains the indexes, it answers questions about which documents contain which terms.

  • The assistant-service helps the search service with spelling suggestions other peripheral functionality.