opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
110 stars 58 forks source link

Add refresh search analyzers api endpoint #154

Closed lukas-jansen closed 1 year ago

lukas-jansen commented 1 year ago

Description

Added the refresh search analyzers endpoint.

Issues Resolved

https://github.com/opensearch-project/opensearch-php/issues/152

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.

shyim commented 1 year ago

Can you check the PhpStan error, changelog and commit with an signoff to fix DCO? Thanks! :)

codecov[bot] commented 1 year ago

Codecov Report

Merging #154 (ff28156) into main (aeb0163) will increase coverage by 0.04%. The diff coverage is 43.75%.

@@             Coverage Diff              @@
##               main     #154      +/-   ##
============================================
+ Coverage     24.09%   24.14%   +0.04%     
- Complexity     1932     1937       +5     
============================================
  Files           245      246       +1     
  Lines          6847     6863      +16     
============================================
+ Hits           1650     1657       +7     
- Misses         5197     5206       +9     
Impacted Files Coverage Δ
src/OpenSearch/Namespaces/IndicesNamespace.php 3.55% <0.00%> (-0.06%) :arrow_down:
...earch/Endpoints/Indices/RefreshSearchAnalyzers.php 77.77% <77.77%> (ø)