search-engine/scripts
King Omar 3aa08e4a4f Add link-graph authority: record edges + PageRank recompute
Crawler now records the deduped cross-domain link graph (edges table).
recompute.js runs real iterative PageRank over that graph, blends it with
accumulated in-degree + the Majestic seed prior, and patches every doc's
`score` (Meili's authority tie-breaker) via partial updates — preserving
titles/bodies/embeddings and triggering no re-embedding. systemd timer runs
it every 3h so ranking sharpens as the 1.5M-page crawl densifies the graph.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 18:35:23 +10:00
..
bootstrap-newbox.sh Add bootstrap script for dedicated search box (Node22+Meili+api+crawler) 2026-07-22 12:44:01 +10:00
crawl-diskguard.sh Run crawler as guarded systemd service; fix stall 2026-07-22 02:51:03 +10:00
deploy.env.example Expose API via Cloudflare Tunnel over HTTPS/443 2026-07-22 01:56:38 +10:00
deploy.sh Expose API via Cloudflare Tunnel over HTTPS/443 2026-07-22 01:56:38 +10:00
install-vm.sh Expose API via Cloudflare Tunnel over HTTPS/443 2026-07-22 01:56:38 +10:00
search-crawler.service Run crawler as guarded systemd service; fix stall 2026-07-22 02:51:03 +10:00
search-recompute.service Add link-graph authority: record edges + PageRank recompute 2026-07-22 18:35:23 +10:00
search-recompute.timer Add link-graph authority: record edges + PageRank recompute 2026-07-22 18:35:23 +10:00