MarginaliaSearch/code/functions/search-query
2024-11-11 18:02:28 +01:00
..
api (index) Adjust ranking parameters to dial down the importance of tcfProximity and firstPosition 2024-09-29 15:33:12 +02:00
java/nu/marginalia (chore) Remove use of deprecated STR.-style string templates 2024-11-11 18:02:28 +01:00
test/nu/marginalia (query-parser) Fix regression where advice terms weren't parsed properly 2024-10-14 13:46:37 +02: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.