[GRPC] Implement GRPC Search params Highlightand Sort#19868
[GRPC] Implement GRPC Search params Highlightand Sort#19868karenyrx merged 9 commits intoopensearch-project:mainfrom
Highlightand Sort#19868Conversation
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>
|
❌ Gradle check result for 8d3ab91: 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 8d3ab91: 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? |
Signed-off-by: Xi Lu <fridalu66@gmail.com>
|
❌ Gradle check result for 9939c35: 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? |
Signed-off-by: xil <fridalu66@gmail.com>
|
❌ Gradle check result for 08ab90d: 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? |
...n/java/org/opensearch/transport/grpc/proto/request/search/SearchSourceBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...main/java/org/opensearch/transport/grpc/proto/request/search/HighlightBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
.../main/java/org/opensearch/transport/grpc/proto/request/search/sort/NestedSortProtoUtils.java
Outdated
Show resolved
Hide resolved
|
❌ Gradle check result for 08ab90d: 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? |
Signed-off-by: xil <fridalu66@gmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19868 +/- ##
============================================
+ Coverage 73.09% 73.22% +0.13%
- Complexity 71062 71367 +305
============================================
Files 5754 5770 +16
Lines 325260 325849 +589
Branches 47036 47195 +159
============================================
+ Hits 237736 238618 +882
+ Misses 68383 68014 -369
- Partials 19141 19217 +76 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...n/java/org/opensearch/transport/grpc/proto/request/search/SearchSourceBuilderProtoUtils.java
Show resolved
Hide resolved
|
❌ Gradle check result for f322ae8: 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? |
Signed-off-by: xil <fridalu66@gmail.com>
|
❌ Gradle check result for 834ab68: 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? |
…-project#19868) * [GRPC] Support Sort and Highlight Signed-off-by: lucy66hw <fridalu66@gmail.com> Signed-off-by: xil <fridalu66@gmail.com> * update changelog Signed-off-by: xil <fridalu66@gmail.com> * spotlessApply Signed-off-by: xil <fridalu66@gmail.com> * Add ut Signed-off-by: xil <fridalu66@gmail.com> * spotlessApply Signed-off-by: xil <fridalu66@gmail.com> * address comment Signed-off-by: xil <fridalu66@gmail.com> * Add UT Signed-off-by: xil <fridalu66@gmail.com> * revert back Highlight Signed-off-by: xil <fridalu66@gmail.com> --------- Signed-off-by: lucy66hw <fridalu66@gmail.com> Signed-off-by: xil <fridalu66@gmail.com> Signed-off-by: Xi Lu <fridalu66@gmail.com>
Description
[GRPC] Implement GRPC Search params Highlightand Sort
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.