MarginaliaSearch/code/services-application/search-service/test/nu/marginalia
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
..
search (search-service) Begin replacement of the crawl queue mechanism with node_affinity flagging 2025-01-08 13:25:56 +01:00
util (setup) Remove OpenNLP tokenization model 2024-11-28 16:03:05 +01:00