MarginaliaSearch/code/functions/search-query
Viktor Lofgren 9eb16cb667 (test) Remove tests from fast suite
Adding a new @Tag("flaky") for tests that do not reliably return successes.  These may still be valuable during development, but should not run in CI.

Also tagging a few of the slower tests with the old @Tag("slow"), to speed up the run-time.
2024-11-17 19:45:59 +01:00
..
api (chore) Clean up some of the uglier delomboking artifacts 2024-11-15 13:57:20 +01:00
java/nu/marginalia (chore) Remove use of deprecated STR.-style string templates 2024-11-11 18:02:28 +01:00
test/nu/marginalia (test) Remove tests from fast suite 2024-11-17 19:45:59 +01:00
build.gradle (service-discovery) Add common base interface to all Grpc services 2024-09-27 13:46:34 +02:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00

The search query subsystem is responsible for parsing a query, translating it to a request, and then dispatching it to the appropriate index nodes and translating the responses back again.