To view extension documentation as a webpage, go to https://opensearch-project.github.io/opensearch-sdk-java/.
With OpenSearch plugins, you can extend and enhance various core features. However, the current plugin architecture may fatally impact clusters in the event of failure. To ensure that plugins run safely without impacting the system, our goal is to isolate plugin interactions with OpenSearch. The OpenSearch SDK for Java modularizes the extension points onto which plugins hook.
For more information about extensibility, see this GitHub issue.
For an overview of extension architecture and information about how extensions work, see DESIGN.
For information about developing an extension, see CREATE_YOUR_FIRST_EXTENSION.
For instructions on building, testing, and running an extension, see the DEVELOPER_GUIDE.
For tips on migrating an existing plugin to an extension, see PLUGIN_MIGRATION.
For information about contributing, see CONTRIBUTING.
For points of contact, see MAINTAINERS.
This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.