MarginaliaSearch/code/functions/search-query
Viktor Lofgren 9aa8f13731 (index) Remove tcfAvgDist ranking parameter
This is captured by tcfProximity already
2024-08-25 11:20:19 +02:00
..
api (index) Remove tcfAvgDist ranking parameter 2024-08-25 11:20:19 +02:00
java/nu/marginalia (*) Refactor termCoherences and rename them to phrase constraints. 2024-08-15 11:02:19 +02:00
test/nu/marginalia (*) Refactor termCoherences and rename them to phrase constraints. 2024-08-15 11:02:19 +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.