You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phase J: Introduce RankingExpression and apply to repos
Add a new Doogle\Search\RankingExpression utility to centralize SQL ranking snippets (weighted equals/like, non-empty, HTTPS, bounded click boost, capped MySQL full-text, and sum).
Update Site, Image, and Video repositories to use the new expressions, adjust per-vertical weights and quality signals, and replace inline score aggregation.
Add integration tests to verify click-boost capping so clicks cannot dominate relevance, plus unit tests for RankingExpression.
Documentation updated (ARCHITECTURE2.md, README-refactored.md) to describe the deterministic ranking formula and capped boosts.
0 commit comments