-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[GRPC] Implement GRPC ConstantScoreQuery, FuzzyQuery, MatchBoolPrefixQuery, MatchPhrasePrefix, PrefixQuery, MatchQuery #19854
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
Conversation
518d443 to
7df90b4
Compare
|
❌ Gradle check result for aaba427: 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? |
aaba427 to
d898a97
Compare
|
❌ Gradle check result for d898a97: 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? |
...va/org/opensearch/transport/grpc/proto/request/search/query/FuzzyQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...va/org/opensearch/transport/grpc/proto/request/search/query/MatchQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...a/org/opensearch/transport/grpc/proto/request/search/query/PrefixQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
.../transport/grpc/proto/request/search/query/ConstantScoreQueryBuilderProtoConverterTests.java
Show resolved
Hide resolved
|
❌ Gradle check result for 04929a0: 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? |
|
❌ Gradle check result for 93dd15c: 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 93dd15c: 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? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19854 +/- ##
============================================
+ Coverage 73.08% 73.18% +0.09%
- Complexity 71063 71255 +192
============================================
Files 5754 5766 +12
Lines 325262 325535 +273
Branches 47033 47099 +66
============================================
+ Hits 237732 238252 +520
+ Misses 68380 68191 -189
+ Partials 19150 19092 -58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
❌ Gradle check result for 958ec18: 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? |
|
❌ Gradle check result for 958ec18: 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? |
…xQuery, MatchPhrasePrefix, PrefixQuery, MatchQuery Signed-off-by: lucy66hw <[email protected]> Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
Signed-off-by: xil <[email protected]>
958ec18 to
1ff556d
Compare
Description
Implement GRPC ConstantScoreQuery, FuzzyQuery, MatchBoolPrefixQuery, MatchPhrasePrefix, PrefixQuery and MatchQuery
Related Issues
part of #19526
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.