Use Cloudflare Workers to assign users to experiment groups at the edge via cookies, then route search queries to different Elasticsearch ranking configurations for end-to-end search relevance testing.
Use Cloudflare Workers to assign users to experiment groups at the edge via cookies, then route search queries to different Elasticsearch ranking configurations for end-to-end search relevance testing.
See cloudflare/cloudflare-implement-testing.
See es/es-run-search.
Q: How do I conduct an A/B test for search ranking using edge traffic splitting? A: You can run an end-to-end search relevance A/B test by combining Cloudflare Workers and Elasticsearch. Cloudflare Workers assign users to experiment groups at the edge via cookies, which then routes their search queries to different Elasticsearch ranking configurations.