Class: Aws::CloudSearchDomain::Types::Hit
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::Hit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearchdomain/types.rb
Overview
Information about a document that matches the search request.
Constant Summary collapse
- SENSITIVE =
[]
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.
177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 177 class Hit < Struct.new( :id, :fields, :exprs, :highlights) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Hash<String,Array<String>>
The fields returned from a document that matches the search request.
177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 177 class Hit < Struct.new( :id, :fields, :exprs, :highlights) SENSITIVE = [] include Aws::Structure end |