GenerateCloudSearchData.

GenerateCloudSearchData(string, string) Constructor

Summary

Generates Amazon CloudSearch JSON 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
GitHub