Generates Amazon CloudSearch JSON data.
- Namespace
- Statiq
.Web .Aws - Containing Type
- Generate
Cloud Search Data
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. |