[GRPC] Implement GRPC ConstantScoreQuery, FuzzyQuery, MatchBoolPrefixQuery, MatchPhrasePrefix, PrefixQuery, MatchQuery#19854
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 <fridalu66@gmail.com> Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
958ec18 to
1ff556d
Compare
…Query, MatchPhrasePrefix, PrefixQuery, MatchQuery (opensearch-project#19854) * [GRPC] Implement GRPC ConstantScoreQuerym, FuzzyQuery, MatchBoolPrefixQuery, MatchPhrasePrefix, PrefixQuery, MatchQuery Signed-off-by: lucy66hw <fridalu66@gmail.com> Signed-off-by: xil <fridalu66@gmail.com> * Add changelog Signed-off-by: xil <fridalu66@gmail.com> * remove unused log Signed-off-by: xil <fridalu66@gmail.com> * Add missing javadoc Signed-off-by: xil <fridalu66@gmail.com> * Add UT Signed-off-by: xil <fridalu66@gmail.com> * spotlessApply Signed-off-by: xil <fridalu66@gmail.com> * Add UT Signed-off-by: xil <fridalu66@gmail.com> * update ut Signed-off-by: xil <fridalu66@gmail.com> --------- Signed-off-by: lucy66hw <fridalu66@gmail.com> Signed-off-by: xil <fridalu66@gmail.com>
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.