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

support rangeQuery and regexpQuery in constant_keyword field type #14711

Merged
merged 6 commits into from
Aug 2, 2024

fix rest api spec tests

0ebfcb3
Select commit
Loading
Failed to load commit list.
Merged

support rangeQuery and regexpQuery in constant_keyword field type #14711

fix rest api spec tests
0ebfcb3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 2, 2024 in 0s

71.86% (target 70.00%)

View this Pull Request on Codecov

71.86% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (d4e7766) to head (0ebfcb3).

Files Patch % Lines
...earch/index/mapper/ConstantKeywordFieldMapper.java 88.23% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14711      +/-   ##
============================================
- Coverage     71.87%   71.86%   -0.01%     
- Complexity    62811    62824      +13     
============================================
  Files          5169     5169              
  Lines        294646   294663      +17     
  Branches      42610    42616       +6     
============================================
- Hits         211778   211773       -5     
- Misses        65415    65447      +32     
+ Partials      17453    17443      -10     

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