MarginaliaSearch/code/services-application/search-service/test/nu/marginalia/search
Viktor Lofgren ad8c97f342 (search-service) Begin replacement of the crawl queue mechanism with node_affinity flagging
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.
2025-01-08 13:25:56 +01:00
..
paperdoll (search) Update front page with work-in-progress note 2025-01-05 19:08:02 +01:00
rendering (search-service) Add indexing indicator to sibling domains listing 2025-01-08 12:58:34 +01:00
svc (search-service) Begin replacement of the crawl queue mechanism with node_affinity flagging 2025-01-08 13:25:56 +01:00