opensearch-project / OpenSearch

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

[Feature/extensions] getNamedXContent - Add support for extensions #3379

Closed saratvemulapalli closed 1 year ago

saratvemulapalli commented 2 years ago

Add extension framework support for getNamedXContent extension point.

joshpalis commented 2 years ago

Design for default extension point support for getNamedXContent.

Extension Point Purpose :

Previous workflow:

Extensibility workflow:

minalsha commented 1 year ago

Closing this issue as it is being tracked in the work being done on https://github.com/opensearch-project/opensearch-sdk-java/issues/208