Expand description
A client for ElasticSearch’s REST API
The Client itself is used as the central access point, from which numerous
operations are defined implementing each of the specific ElasticSearch APIs.
Warning: at the time of writing the majority of such APIs are currently unimplemented.
Modules§
- error
- Errors and error conversion code for the
rs_escrate - json
- Helper for common requirements when producing/parsing JSON
- operations
- Implementations of specific ElasticSearch operations
- query
- Implementation of the ElasticSearch Query DSL.
- units
- Various re-occuring types that are used by the ElasticSearch API.
- util
- Miscellaneous code used in numerous places
Structs§
- Client
- The core of the ElasticSearch client, owns a HTTP connection.