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

[DerivedField] Support DerivedField object type and integration with Mapper #13720

Merged
merged 11 commits into from
Jun 6, 2024

rename source_indexed_field to prefilter_field

c4d2149
Select commit
Loading
Failed to load commit list.
Merged

[DerivedField] Support DerivedField object type and integration with Mapper #13720

rename source_indexed_field to prefilter_field
c4d2149
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 0s

71.68% (target 70.00%)

View this Pull Request on Codecov

71.68% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 79.70402% with 96 lines in your changes missing coverage. Please review.

Project coverage is 71.68%. Comparing base (b15cb0c) to head (c4d2149).
Report is 344 commits behind head on main.

Files Patch % Lines
.../org/opensearch/index/mapper/DerivedFieldType.java 56.73% 60 Missing and 1 partial ⚠️
...rg/opensearch/index/mapper/DerivedFieldMapper.java 84.12% 6 Missing and 4 partials ⚠️
...pensearch/index/mapper/ObjectDerivedFieldType.java 79.16% 6 Missing and 4 partials ⚠️
...arch/index/mapper/DefaultDerivedFieldResolver.java 94.84% 1 Missing and 4 partials ⚠️
...java/org/opensearch/script/DerivedFieldScript.java 0.00% 3 Missing ⚠️
...java/org/opensearch/index/mapper/DerivedField.java 81.81% 0 Missing and 2 partials ⚠️
...earch/index/mapper/DerivedFieldSupportedTypes.java 94.87% 1 Missing and 1 partial ⚠️
...arch/index/mapper/DerivedFieldResolverFactory.java 92.30% 1 Missing ⚠️
...nsearch/index/mapper/DerivedFieldValueFetcher.java 66.66% 0 Missing and 1 partial ⚠️
...index/query/VectorGeoPointShapeQueryProcessor.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13720      +/-   ##
============================================
+ Coverage     71.42%   71.68%   +0.26%     
- Complexity    59978    61410    +1432     
============================================
  Files          4985     5069      +84     
  Lines        282275   288555    +6280     
  Branches      40946    41781     +835     
============================================
+ Hits         201603   206839    +5236     
- Misses        63999    64615     +616     
- Partials      16673    17101     +428     

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