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

Class: Aws::CloudSearchDomain::Types::Hits

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

Overview

The collection of documents that match the search request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cursorString

A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

Returns:

  • (String)

    A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

#foundInteger

The total number of documents that match the search request.

Returns:

  • (Integer)

    The total number of documents that match the search request.

#hitArray<Types::Hit>

A document that matches the search request.

Returns:

  • (Array<Types::Hit>)

    A document that matches the search request.

#startInteger

The index of the first matching document.

Returns:

  • (Integer)

    The index of the first matching document.