mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
![]() Previously a special db table was used to hold domains slated for crawling, but this is deprecated, and instead now each domain has a node_affinity flag that decides its indexing state, where a value of -1 indicates it shouldn't be crawled, a value of 0 means it's slated for crawling by the next index partition to be crawled, and a positive value means it's assigned to an index partition. The change set also adds a test case validating the modified behavior. |
||
---|---|---|
.. | ||
api-service | ||
dating-service | ||
explorer-service | ||
search-service | ||
search-service-legacy | ||
status-service | ||
readme.md |
Application Services
The application services offer user interfaces/applications around interacting with the core services.
- The api-service offers a public API
- The dating-service is explore.marginalia.nu
- The explorer-service is explore2.marginalia.nu
- The search-service is the main application for search.marginalia.nu