MarginaliaSearch/code/services-core/query-service
Viktor Lofgren 4c62065e74 (install) Add two separate templates for the install script
One template is for the full Marginalia Search style install, and the other is for a barebones install with no Marginalia-related fluff.
2024-01-13 18:27:42 +01:00
..
src (install) Add two separate templates for the install script 2024-01-13 18:27:42 +01:00
build.gradle (*) Add a barebones configuration 2024-01-10 20:23:51 +01: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