MarginaliaSearch/code/functions/search-query
2024-11-28 13:37:11 +01:00
..
api (ranking) Reduce the verbatim score multiplier 2024-11-28 13:37:11 +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.