opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.84k stars 1.83k forks source link

[Backport 2.x] Add a new configuration setting `synonym_analyzer` for `synonym_graph` and synonym #16625

Closed prudhvigodithi closed 1 week ago

prudhvigodithi commented 1 week ago

Description

Backport of https://github.com/opensearch-project/OpenSearch/pull/16488.

Related Issues

Part of https://github.com/opensearch-project/OpenSearch/issues/16263 and https://github.com/opensearch-project/OpenSearch/issues/16530.

Check List

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.

github-actions[bot] commented 1 week ago

:grey_exclamation: Gradle check result for c61313d0ba301dcb50f11ba64c4f0334d573a235: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 88.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.91%. Comparing base (94da76d) to head (406a0db). Report is 8 commits behind head on 2.x.

Files with missing lines Patch % Lines
...rch/analysis/common/SynonymTokenFilterFactory.java 66.66% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.x #16625 +/- ## ============================================ + Coverage 71.72% 71.91% +0.19% - Complexity 65300 65481 +181 ============================================ Files 5314 5314 Lines 305140 305187 +47 Branches 44458 44467 +9 ============================================ + Hits 218859 219473 +614 + Misses 68025 67462 -563 + Partials 18256 18252 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 week ago

:grey_exclamation: Gradle check result for 406a0db0ef01272ad16c864b0acd9261f66d1137: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.