-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Allow searching 1K+ IP/masks in DV-only fields via terms_query #18357
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
base: main
Are you sure you want to change the base?
Allow searching 1K+ IP/masks in DV-only fields via terms_query #18357
Conversation
❌ Gradle check result for bf21595: 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 9493dd7: 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 d88fea8: 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: Mikhail Khludnev <[email protected]>
Signed-off-by: Mikhail Khludnev <[email protected]>
Signed-off-by: Mikhail Khludnev <[email protected]>
Signed-off-by: Mikhail Khludnev <[email protected]>
Signed-off-by: Mikhail Khludnev <[email protected]>
1758202
to
4ad17d8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18357 +/- ##
============================================
+ Coverage 72.52% 72.63% +0.10%
- Complexity 67496 67561 +65
============================================
Files 5495 5495
Lines 311433 311435 +2
Branches 45249 45247 -2
============================================
+ Hits 225867 226210 +343
+ Misses 67179 66821 -358
- Partials 18387 18404 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Avoid clauses limit what searching terms_query for IP/masks over docValues fields.
Related Issues
Resolves #17394
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.