Struct elasticsearch_dsl::search::request::Search [−][src]
pub struct Search { /* fields omitted */ }Expand description
Returns search hits that match the query defined in the request.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html
Implementations
Indicates which source fields are returned for matching documents
Specific tag of the request for logging and statistical purposes.
Defines the search definition using the Query DSL.
Aggregations
Track total hits
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Search
impl UnwindSafe for Search
Blanket Implementations
Mutably borrows from an owned value. Read more