opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
91 stars 54 forks source link

[FEATURE] Add refresh search analyser API #152

Open shyim opened 1 year ago

shyim commented 1 year ago

Is your feature request related to a problem?

Right now it's not possible to refresh the search analyzers https://opensearch.org/docs/latest/query-dsl/analyzers/refresh-analyzer/

We have something already but the API routes is an different one https://github.com/opensearch-project/opensearch-php/blob/aeb01633c170b89f7c0e2132c2b6fb0371886f8f/src/OpenSearch/Endpoints/Indices/ReloadSearchAnalyzers.php

saimedhi commented 1 month ago

Hello @shyim,

I would like to suggest contributing the "Refresh search analyzer" specification to the opensearch-api-specification here. This could enable us to generate an endpoint using it.

Thank you.