MarginaliaSearch/code/functions/search-query
2024-07-30 12:01:53 +02:00
..
api (index) Experimental initial integration of document spans into index 2024-07-30 12:01:53 +02:00
java/nu/marginalia (sentence-extractor) Add tag information to document language data 2024-07-18 15:57:48 +02:00
test/nu/marginalia (test) Correcting flaky tests 2024-07-11 16:13:23 +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.