MarginaliaSearch/code/functions/search-query
Viktor Lofgren a3a6d6292b (qs, index) New query model integrated with index service.
Seems to work, tests are green and initial testing finds no errors.  Still a bit untested, committing WIP as-is because it would suck to lose weeks of work due to a drive failure or something.
2024-04-24 14:44:38 +02:00
..
api (qs, index) New query model integrated with index service. 2024-04-24 14:44:38 +02:00
java/nu/marginalia (qs, index) New query model integrated with index service. 2024-04-24 14:44:38 +02:00
test/nu/marginalia (qs, index) New query model integrated with index service. 2024-04-24 14:44:38 +02:00
build.gradle (WIP) Implement first take of new query segmentation algorithm 2024-04-24 14:44:17 +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.