Class: Aws::CloudSearchDomain::Types::SearchResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb

Overview

The result of a Search request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#facetsHash<String,Types::BucketInfo>

The requested facet information.

Returns:



649
650
651
652
653
654
655
656
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 649

class SearchResponse < Struct.new(
  :status,
  :hits,
  :facets,
  :stats)
  SENSITIVE = []
  include Aws::Structure
end

#hitsTypes::Hits

The documents that match the search criteria.

Returns:



649
650
651
652
653
654
655
656
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 649

class SearchResponse < Struct.new(
  :status,
  :hits,
  :facets,
  :stats)
  SENSITIVE = []
  include Aws::Structure
end

#statsHash<String,Types::FieldStats>

The requested field statistics information.

Returns:



649
650
651
652
653
654
655
656
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 649

class SearchResponse < Struct.new(
  :status,
  :hits,
  :facets,
  :stats)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::SearchStatus

The status information returned for the search request.

Returns:



649
650
651
652
653
654
655
656
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 649

class SearchResponse < Struct.new(
  :status,
  :hits,
  :facets,
  :stats)
  SENSITIVE = []
  include Aws::Structure
end