CatgirlIntelligenceAgency/code/services-core/assistant-service
Viktor Lofgren 91dd45cf64 (search) IP and IP geolocation in site info view
This commit also fixes a bug in the loader where the IP field wouldn't always populate as intended, and refactors the DomainInformationService to use significantly fewer SQL queries.
2023-12-09 20:06:55 +01:00
..
src (search) IP and IP geolocation in site info view 2023-12-09 20:06:55 +01:00
build.gradle (search) Move site information out of the search service and into assistant. 2023-12-09 16:30:06 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

Assistant Service

The assistant service helps the search service by offering various peripheral functionality, such as spelling correction.

Central Classes

  • AssistantService handles REST requests and delegates to the appropriate handling classes.