IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Typed API
editTyped API
editThe goal for this API is to provide a strongly typed, fluent-like 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.