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

#facetsHash<String,Types::BucketInfo>

The requested facet information.

Returns:

#hitsTypes::Hits

The documents that match the search criteria.

Returns:

  • (Types::Hits)

    The documents that match the search criteria.

#statsHash<String,Types::FieldStats>

The requested field statistics information.

Returns:

#statusTypes::SearchStatus

The status information returned for the search request.

Returns: