MarginaliaSearch/code/functions/search-query
2024-04-21 12:30:14 +02:00
..
api (ranking) Set regularMask correctly 2024-04-19 14:31:57 +02:00
java/nu/marginalia (query) Always generate an ngram alternative, suppresses generation of multiple identical query branches 2024-04-19 19:42:30 +02:00
test/nu/marginalia (query) Mark flaky test, correct assert on test 2024-04-21 12:30:14 +02:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01: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.