Struct rusoto_cloudsearchdomain::SearchResponse [] [src]

pub struct SearchResponse {
    pub facets: Option<HashMap<String, BucketInfo>>,
    pub hits: Option<Hits>,
    pub stats: Option<HashMap<String, FieldStats>>,
    pub status: Option<SearchStatus>,
}

The result of a Search request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.

Fields

The requested facet information.

The documents that match the search criteria.

The requested field statistics information.

The status information returned for the search request.

Trait Implementations

impl Default for SearchResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SearchResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for SearchResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more