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 normalizer on wildcard field #847

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

lukas-krecan
Copy link
Contributor

Description

Support normalizer on wildcard field

Issues Resolved

Resolves opensearch-project/opensearch-java#1153

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Collaborator

@Xtansia Xtansia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, please just add a CHANGELOG entry

Copy link
Contributor

github-actions bot commented Mar 19, 2025

Changes Analysis

Commit SHA: 361d9c6
Comparing To SHA: fc5e888

API Changes

Summary

└─┬Components
  └─┬_common.mapping___WildcardProperty
    └─┬ALLOF
      ├──[➕] properties (43702:13)
      └─┬type
        └──[➖] enum (43699:19)❌ 

Document Element Total Changes Breaking Changes
components 2 2
  • BREAKING Changes: 2 out of 2
  • Removals: 1
  • Additions: 1
  • Breaking Removals: 1

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/13962734866/artifacts/2786008641

API Coverage

Before After Δ
Covered (%) 663 (64.94 %) 663 (64.94 %) 0 (0 %)
Uncovered (%) 358 (35.06 %) 358 (35.06 %) 0 (0 %)
Unknown 49 49 0

Copy link
Contributor

Spec Test Coverage Analysis

Total Tested
599 597 (99.67 %)

@Xtansia Xtansia merged commit 7be2584 into opensearch-project:main Mar 20, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Support the normalizer property on wildcard fields
2 participants