You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudSearchDomain::Types::SearchResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#facets ⇒ Hash<String,Types::BucketInfo>

The requested facet information.

Returns:

#hits ⇒ Types::Hits

The documents that match the search criteria.

Returns:

  • (Types::Hits) —

    The documents that match the search criteria.

#stats ⇒ Hash<String,Types::FieldStats>

The requested field statistics information.

Returns:

#status ⇒ Types::SearchStatus

The status information returned for the search request.

Returns: