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

Allow doc value search on unindexed boolean and date fields #11650

Merged
merged 26 commits into from
May 2, 2024

Merge branch 'main' into doc_values_searching

921dee5
Select commit
Loading
Failed to load commit list.
Merged

Allow doc value search on unindexed boolean and date fields #11650

Merge branch 'main' into doc_values_searching
921dee5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 2, 2024 in 0s

71.53% (target 70.00%)

View this Pull Request on Codecov

71.53% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 71.18644% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 71.53%. Comparing base (b15cb0c) to head (921dee5).
Report is 254 commits behind head on main.

Files Patch % Lines
...a/org/opensearch/index/mapper/DateFieldMapper.java 30.76% 7 Missing and 2 partials ⚠️
...rg/opensearch/index/mapper/BooleanFieldMapper.java 82.60% 4 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11650      +/-   ##
============================================
+ Coverage     71.42%   71.53%   +0.11%     
- Complexity    59978    61012    +1034     
============================================
  Files          4985     5050      +65     
  Lines        282275   286865    +4590     
  Branches      40946    41571     +625     
============================================
+ Hits         201603   205206    +3603     
- Misses        63999    64712     +713     
- Partials      16673    16947     +274     

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