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
- Struct
- Aws::CloudSearchDomain::Types::Hit
- Defined in:
- (unknown)
Overview
Information about a document that matches the search request.
Instance Attribute Summary collapse
-
#exprs ⇒ Hash<String,String>
The expressions returned from a document that matches the search request.
-
#fields ⇒ Hash<String,Array<String>>
The fields returned from a document that matches the search request.
-
#highlights ⇒ Hash<String,String>
The highlights returned from a document that matches the search request.
-
#id ⇒ String
The document ID of a document that matches the search request.
Instance Attribute Details
#exprs ⇒ Hash<String,String>
The expressions returned from a document that matches the search request.
#fields ⇒ Hash<String,Array<String>>
The fields returned from a document that matches the search request.
#highlights ⇒ Hash<String,String>
The highlights returned from a document that matches the search request.
#id ⇒ String
The document ID of a document that matches the search request.