-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add support for search pipeline in search and msearch template #18564
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
Add support for search pipeline in search and msearch template #18564
Conversation
❌ Gradle check result for 7a5f6eb: 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 7a5f6eb: 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? |
23b80dc
to
0bdc3bd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18564 +/- ##
============================================
- Coverage 72.75% 72.57% -0.18%
+ Complexity 68258 68121 -137
============================================
Files 5549 5549
Lines 313737 313761 +24
Branches 45506 45511 +5
============================================
- Hits 228250 227710 -540
- Misses 66919 67483 +564
Partials 18568 18568 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@msfroh @reta @saratvemulapalli @dbwiddis can you review this one whenever possible? |
Sincere apologies @owaiskazi19 , I may get to it next week earliest |
❌ Gradle check result for b33ef49: 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? |
@owaiskazi19 -- for consistency with the It makes it a bit more complicated, but I think it would ensure that all three APIs behave the same. Also, do we support search pipelines on regular search template requests? I think if we're fixing msearch template, we need to address regular search templates too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well documented issue and good tests that made it clear what the changes are. LGTM!
d25d0ea
to
92f4fa8
Compare
@msfroh sure, we can have a follow up on this PR to support pipeline as object. Need to enhance the parser for that. I will create a follow up issue.
That's a good point. I added support of search pipeline in search templates in 92f4fa8 |
❌ Gradle check result for fd44ee7: 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 fd44ee7: 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 fd44ee7: 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. |
❕ Gradle check result for fd44ee7: 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. |
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
fd44ee7
to
1d360cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks a lot @owaiskazi19!
❕ Gradle check result for 1d360cd: 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. |
…earch-project#18564) * Add support for search pipeline in msearch template Signed-off-by: Owais <[email protected]> * Added tests Signed-off-by: Owais <[email protected]> * Added test for SearchTemplateRequestBuilder Signed-off-by: Owais <[email protected]> * Add support of search pipeline for Search Templates Signed-off-by: Owais <[email protected]> * Added more tests Signed-off-by: Owais <[email protected]> --------- Signed-off-by: Owais <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
…earch-project#18564) * Add support for search pipeline in msearch template Signed-off-by: Owais <[email protected]> * Added tests Signed-off-by: Owais <[email protected]> * Added test for SearchTemplateRequestBuilder Signed-off-by: Owais <[email protected]> * Add support of search pipeline for Search Templates Signed-off-by: Owais <[email protected]> * Added more tests Signed-off-by: Owais <[email protected]> --------- Signed-off-by: Owais <[email protected]> not displaying in alpha order Signed-off-by: TJ Neuenfeldt <[email protected]> removed plugin stuff Signed-off-by: TJ Neuenfeldt <[email protected]> reverted publicapi tags and fixed tests Signed-off-by: TJ Neuenfeldt <[email protected]>
Description
Add support for search pipeline in msearch template
search template
Related Issues
Resolves #18508
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.