MarginaliaSearch/code/functions/search-query
Viktor Lofgren 36160988e2 (index) Integrate positions data with indexes WIP
This change integrates the new positions data with the forward and reverse indexes.

The ranking code is still only partially re-written.
2024-06-10 15:09:06 +02:00
..
api (index) Integrate positions data with indexes WIP 2024-06-10 15:09:06 +02:00
java/nu/marginalia (query) Improve handling of stopwords in queries 2024-05-23 20:50:55 +02:00
test/nu/marginalia (qword) Fix tests that broke due to stopword removal 2024-05-28 14:15:45 +02:00
build.gradle (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +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.