Files
2024-01-04 14:55:05 -05:00

1.3 KiB

layout, title, nav_order, has_children, has_toc, nav_exclude, permalink, redirect_from
layout title nav_order has_children has_toc nav_exclude permalink redirect_from
default Developer documentation 1 false false true /developer-documentation/
/developer-documentation/index/

Developer documentation

We welcome your contributions to the OpenSearch Project. Here are some helpful links to explore the OpenSearch repositories and learn how to contribute:

What's new

New in version 2.9, OpenSearch introduces extensions---an easier-to-develop and more secure alternative to plugins---to simplify creating custom functionality for OpenSearch. To learn more about building extensions using OpenSearch SDK for Java, see Extensions.