Summary
Generates Amazon CloudSearch JSON data.
- Assembly
- Wyam
.AmazonWebServices .dll - Namespace
- Wyam
.AmazonWebServices - 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. |
Return Value
Type | Description |
---|---|
void |