This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Typed API
editTyped API
editThe goal for this API is to provide a strongly typed Golang API for Elasticsearch.
This was designed with structures and the Golang runtime in mind, following as closely as possible the API and its objects.
The first version focuses on the requests and does not yet include NDJSON
endpoints such as bulk
or msearch
. These will be added later on along with
typed responses and error handling.