opensearch-dsl 0.3.1

Strongly typed OpenSearch DSL
Documentation
mod aggregation;
mod cluster_statistics;
mod error_cause;
mod explanation;
mod hit;
mod hits_metadata;
mod inner_hits_result;
mod nested_identity;
mod search_response;
mod shard_failure;
mod shard_statistics;
mod source;
mod suggest;
mod suggest_option;
mod total_hits;
mod total_hits_relation;

pub use self::{
    aggregation::*, cluster_statistics::*, error_cause::*, explanation::*, hit::*,
    hits_metadata::*, inner_hits_result::*, nested_identity::*, search_response::*,
    shard_failure::*, shard_statistics::*, source::*, suggest::*, suggest_option::*, total_hits::*,
    total_hits_relation::*,
};