MarginaliaSearch/code/functions/search-query
Viktor Lofgren fcdc843c15 (search) Fix outdated assumptions about the results
We no longer break the query into "sets" of search terms and need to adapt the code to not use this assumption.

For the API service, we'll simulate the old behavior to keep the API stable.

For the search service, we'll introduce a new way of calculating positions through tree aggregation.
2024-04-07 12:09:44 +02:00
..
api (search) Fix outdated assumptions about the results 2024-04-07 12:09:44 +02:00
java/nu/marginalia (qs, index) New query model integrated with index service. 2024-04-04 20:17:58 +02:00
test/nu/marginalia (qs, index) New query model integrated with index service. 2024-04-04 20:17:58 +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.