-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[GRPC][Full-text queries] Implement GRPC Match Phrase, MultiMatch queries #19449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GRPC][Full-text queries] Implement GRPC Match Phrase, MultiMatch queries #19449
Conversation
Signed-off-by: Karen X <[email protected]>
Signed-off-by: Karen X <[email protected]>
|
❕ Gradle check result for 6425c3f: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19449 +/- ##
============================================
- Coverage 72.96% 72.93% -0.03%
- Complexity 69969 70032 +63
============================================
Files 5676 5680 +4
Lines 321265 321407 +142
Branches 46445 46476 +31
============================================
+ Hits 234407 234416 +9
- Misses 67901 68079 +178
+ Partials 18957 18912 -45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Karen X <[email protected]>
6425c3f to
c00df89
Compare
|
❌ Gradle check result for c00df89: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for c00df89: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…chphrase_multimatch
Signed-off-by: Karen X <[email protected]>
|
❕ Gradle check result for a1eb423: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
…ries (opensearch-project#19449) * upgrade to protobufs 0.18.0 Signed-off-by: Karen X <[email protected]> * add tests Signed-off-by: Karen X <[email protected]> * [GRPC][Full-text] Match Phrase, Multi-match queries Signed-off-by: Karen X <[email protected]> * package private Signed-off-by: Karen X <[email protected]> --------- Signed-off-by: Karen X <[email protected]>
Description
Stacked on top of #19447
Implement GRPC Match Phrase, MultiMatch queries
Related Issues
Resolves #19389
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.