This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
guardrails: do case sensitive search (#53771)
We want to do this since we are currently looking for exact matches. Additionally attribution searches are slow on dotcom. My working theory for why is related to how we lookup ngrams. By specifying case sensitivity we drastically reduce the number of ngrams we need to check. We also switch the protocol from Batch to Streaming. In practice this makes no difference since we specify count. Using streaming is more consistent with the other search clients. Test Plan: go test
- Loading branch information