class Aws::CloudSearchDomain::Types::Hits

The collection of documents that match the search request.

@!attribute [rw] found

The total number of documents that match the search request.
@return [Integer]

@!attribute [rw] start

The index of the first matching document.
@return [Integer]

@!attribute [rw] cursor

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

@!attribute [rw] hit

A document that matches the search request.
@return [Array<Types::Hit>]

Constants

SENSITIVE