MarginaliaSearch/code/functions/search-query
Viktor Lofgren 5f576b7d0c (query-parser) Strip leading underlines
This addresses issue #140, where __builtin_ffs gives no results.
2025-01-02 14:39:03 +01:00
..
api (rank) Reduce the impact of domain rank bonus, and only apply it to cancel out negative penalties, never to increase the ranking 2024-12-10 22:04:12 +01:00
java/nu/marginalia (query-parser) Strip leading underlines 2025-01-02 14:39:03 +01:00
test/nu/marginalia (query-parser) Strip leading underlines 2025-01-02 14:39:03 +01:00
build.gradle (service-discovery) Add common base interface to all Grpc services 2024-09-27 13:46:34 +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.