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] Fixes Numeric exact match queries to use range queries internally #11747

Merged
merged 1 commit into from
Jan 4, 2024

Fixes Numeric exact match queries to use range queries internally (#1…

53d886e
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fixes Numeric exact match queries to use range queries internally #11747

Fixes Numeric exact match queries to use range queries internally (#1…
53d886e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2024 in 1s

71.08% (target 70.00%)

View this Pull Request on Codecov

71.08% (target 70.00%)

Details

Codecov Report

Attention: 161 lines in your changes are missing coverage. Please review.

Comparison is base (6e9837e) 71.10% compared to head (53d886e) 71.08%.

Files Patch % Lines
...org/opensearch/index/mapper/NumberFieldMapper.java 43.62% 61 Missing and 23 partials ⚠️
.../document/SortedUnsignedLongDocValuesSetQuery.java 15.09% 43 Missing and 2 partials ⚠️
.../main/java/org/apache/lucene/util/LongHashSet.java 39.62% 21 Missing and 11 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11747      +/-   ##
============================================
- Coverage     71.10%   71.08%   -0.02%     
+ Complexity    59333    59320      -13     
============================================
  Files          4885     4887       +2     
  Lines        279508   279732     +224     
  Branches      40968    41032      +64     
============================================
+ Hits         198740   198856     +116     
- Misses        63954    63988      +34     
- Partials      16814    16888      +74     

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