mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
![]() * A deduplication filter step ran too early, and removed many good results on the basis that they partially, but did not fully fit another set of search terms. * Altered the query creation process to prefer documents where multiple terms appear in the priority index. |
||
---|---|---|
.. | ||
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.