CatgirlIntelligenceAgency/code/services-core/query-service
2023-10-10 12:32:22 +02:00
..
src (*) Add node-affinity to services, processes and file storage. 2023-10-10 12:32:22 +02:00
build.gradle (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00

The query service parses search queries and delegates work to the index service.

The index-service speaks a lower level query specification language that is difficult to build an application out of. The query service exists as an interpreter to that format.

Main Classes

See Also