Skip to content
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

[Backport 2.x] Optimize global ordinal includes/excludes for prefix matching #15324

Merged
merged 1 commit into from
Aug 20, 2024

Optimize global ordinal includes/excludes for prefix matching (#14371)

a99e985
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Optimize global ordinal includes/excludes for prefix matching #15324

Optimize global ordinal includes/excludes for prefix matching (#14371)
a99e985
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

71.61% (target 70.00%)

View this Pull Request on Codecov

71.61% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 77.88462% with 23 lines in your changes missing coverage. Please review.

Project coverage is 71.61%. Comparing base (0b0f1e1) to head (a99e985).

Files Patch % Lines
...arch/aggregations/bucket/terms/IncludeExclude.java 77.88% 8 Missing and 15 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15324      +/-   ##
============================================
+ Coverage     71.59%   71.61%   +0.02%     
- Complexity    62916    62969      +53     
============================================
  Files          5157     5157              
  Lines        295230   295334     +104     
  Branches      42971    43000      +29     
============================================
+ Hits         211368   211507     +139     
+ Misses        66150    66066      -84     
- Partials      17712    17761      +49     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.