MarginaliaSearch/code/functions/search-query
2024-08-10 09:51:03 +02:00
..
api (index) Bugs and error fixes, chasing and fixing mystery results that did not contain all relevant keywords 2024-08-10 09:51:03 +02:00
java/nu/marginalia (search-query) Always generate the "all"-segmentation 2024-08-09 13:20:00 +02:00
test/nu/marginalia (test) Correcting flaky tests 2024-07-11 16:13:23 +02:00
build.gradle (restructure) Clean up repo by moving stray features into converter-process and crawler-process 2024-07-30 10:14:00 +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.