MarginaliaSearch/code/functions/search-query
Viktor Lofgren 7641a02f31 (query) Update ranking parameters with new variables for bm25 ngrams and tcf mutual jaccard
The change also makes it so that as long as the values are defaults, they don't need to be sent over the wire and decoded.
2024-04-18 10:36:15 +02:00
..
api (query) Update ranking parameters with new variables for bm25 ngrams and tcf mutual jaccard 2024-04-18 10:36:15 +02:00
java/nu/marginalia (query) Update ranking parameters with new variables for bm25 ngrams and tcf mutual jaccard 2024-04-18 10:36:15 +02:00
test/nu/marginalia (search) Add implicit coherence constraints based on segmentation 2024-04-17 14:03:35 +02:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01: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.