Docs.rs
  • elastic-query-builder-0.1.20
    • elastic-query-builder 0.1.20
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • uiuifree
    • Dependencies
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate elastic_query_builder

  • Structs
  • Traits
?
Change settings

List of all items

Structs

  • QueryBuilder
  • aggregation::Aggregation
  • aggregation::cardinality_aggregation::CardinalityAggregation
  • aggregation::filter_aggregation::FilterAggregation
  • aggregation::max_aggregation::MaxAggregation
  • aggregation::min_aggregation::MinAggregation
  • aggregation::multi_terms_aggregation::MultiTermsAggregation
  • aggregation::nested_aggregation::NestedAggregation
  • aggregation::stats_aggregation::StatsAggregation
  • aggregation::sum_aggregation::SumAggregation
  • aggregation::terms_aggregation::TermsAggregation
  • aggregation::top_hits_aggregation::TopHitsAggregation
  • query::bool_query::BoolQuery
  • query::exists_query::ExistsQuery
  • query::geo_distance_query::Geo
  • query::geo_distance_query::GeoDistanceQuery
  • query::match_query::MatchQuery
  • query::multi_match_query::MultiMatchQuery
  • query::nested::NestedQuery
  • query::range_query::RangeQuery
  • query::term_query::TermQuery
  • query::terms_query::TermsQuery
  • query::wildcard_query::WildcardQuery

Traits

  • aggregation::AggregationTrait
  • query::QueryTrait