MarginaliaSearch/code/functions/search-query
2024-09-03 11:24:05 +02:00
..
api (index, EXPERIMENTAL) Clean up ranking code 2024-08-29 11:34:23 +02:00
java/nu/marginalia (query-parsing) Drop search term elements that aren't indexed by the search engine 2024-09-03 11:24:05 +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.