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

Class: Aws::CloudSearchDomain::Types::Hit

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

Overview

Information about a document that matches the search request.

Instance Attribute Summary collapse

Instance Attribute Details

#exprsHash<String,String>

The expressions returned from a document that matches the search request.

Returns:

  • (Hash<String,String>)

    The expressions returned from a document that matches the search request.

#fieldsHash<String,Array<String>>

The fields returned from a document that matches the search request.

Returns:

  • (Hash<String,Array<String>>)

    The fields returned from a document that matches the search request.

#highlightsHash<String,String>

The highlights returned from a document that matches the search request.

Returns:

  • (Hash<String,String>)

    The highlights returned from a document that matches the search request.

#idString

The document ID of a document that matches the search request.

Returns:

  • (String)

    The document ID of a document that matches the search request.