mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
![]() * Increase accuracy of the position bits. * Increase their width to 56. * Use a rolling position scheme for bits 16-56 to increase the average accuracy. * Result ranking overhaul * Optimized queries * BM25 in the index service's ranking * Make gui less jank * Javadocs for ranking parameters. |
||
---|---|---|
.. | ||
assistant-service | ||
index-service | ||
search-service | ||
readme.md |
Core Services
The cores services constitute the main functionality of the search engine.
-
The search-service parses queries, interrogates the index-service, and decorates search results with metadata from the database.
-
The index-service contains the indexes, it answers questions about which documents contain which terms.
-
The assistant-service helps the search service with spelling suggestions other peripheral functionality.