elastic_hyper 0.2.3

A lightweight implementation of the Elasticsearch API based on Hyper.
Documentation
pub mod bulk;
pub mod cat;
pub mod clear_scroll;
pub mod cluster;
pub mod count;
pub mod count_percolate;
pub mod delete;
pub mod delete_script;
pub mod delete_template;
pub mod exists;
pub mod explain;
pub mod field_stats;
pub mod get;
pub mod get_script;
pub mod get_source;
pub mod get_template;
pub mod index;
pub mod indices;
pub mod info;
pub mod ingest;
pub mod mget;
pub mod mpercolate;
pub mod msearch;
pub mod mtermvectors;
pub mod nodes;
pub mod percolate;
pub mod ping;
pub mod put_script;
pub mod put_template;
pub mod reindex;
pub mod render_search_template;
pub mod scroll;
pub mod search;
pub mod search_shards;
pub mod search_template;
pub mod snapshot;
pub mod suggest;
pub mod tasks;
pub mod termvectors;
pub mod update;
pub mod update_by_query;