Method: Aws::CloudSearch::Types::DocumentSuggesterOptions#source_field

Defined in:
lib/aws-sdk-cloudsearch/types.rb

#source_fieldString

The name of the index field you want to use for suggestions.

Returns:

  • (String)


1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1012

class DocumentSuggesterOptions < Struct.new(
  :source_field,
  :fuzzy_matching,
  :sort_expression)
  SENSITIVE = []
  include Aws::Structure
end