MarginaliaSearch/code/functions/search-query
Viktor Lofgren dfd19b5eb9 (index) Reduce the number of abstractions around result ranking
The change also restructures the internal API a bit, moving resultsFromDomain from RpcRawResultItem into RpcDecoratedResultItem, as the previous order was driving complexity in the code that generates these objects, and the consumer side of things puts all this data in the same object regardless.
2024-07-16 08:18:54 +02:00
..
api (index) Reduce the number of abstractions around result ranking 2024-07-16 08:18:54 +02:00
java/nu/marginalia (search-query) refac: Move query factory 2024-06-27 13:14:47 +02:00
test/nu/marginalia (test) Correcting flaky tests 2024-07-11 16:13:23 +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.