GenerateCloudSearchData(string, string) Constructor
Generates Amazon CloudSearch JSON data.
Namespace
Statiq.Web.Aws
Containing Type
GenerateCloudSearchData

Syntax

public GenerateCloudSearchData(string idMetaKey, string bodyField)

Parameters

Name Type Description
idMetaKey string The meta key representing the unique ID for this document. If NULL, the Document.Id will be used.
bodyField string The field name for the document contents. If NULL, the document contents will not be written to the data.