Crate rs_es

Source
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§

  • Errors and error conversion code for the rs_es crate
  • Helper for common requirements when producing/parsing JSON
  • Implementations of specific ElasticSearch operations
  • Implementation of the ElasticSearch Query DSL.
  • Various re-occuring types that are used by the ElasticSearch API.
  • Miscellaneous code used in numerous places

Structs§

  • The core of the ElasticSearch client, owns a HTTP connection.

Traits§