How to invoke plugin using opensearch-java client library?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): OpenSearch 2.8.0
Describe the issue: We have custom opensearch plugin. We have been using rest high level client. Since rest high level client will be deprecated from OpenSearch 3.0.0 onwards, we want to migrate to opensearch-java client library. How do we invoke customer plugin from opensearch-client APIs. In order to use opensearch-java client library, I had to make changes in org.opensearch.client.opensearch._types.aggregations.Aggregate, org.opensearch.client.opensearch._types.aggregations and some other files. Please share if there any way I can use our plugin without making changes to client library.

Configuration:

Relevant Logs or Screenshots:

Would this address your use case? Maybe you can comment on the issue to broaden the scope or reinforce the use case?

Yes. This feature will address our usecase. Thanks for sharing github issue link.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.