Amazon CloudSearch
Developer Guide (API Version 2011-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

OptionStatus

Description

The status of an option, including when it was last updated and whether it is actively in use for searches.

Contents

NameDescription
CreationDate

A timestamp for when this option was created.

Type: DateTime

State

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be visible in searches until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is not yet visible in all searches but is in the process of being activated.
  • Active: the option's latest value is completely visible.

Type: String

Valid Values: RequiresIndexDocuments | Processing | Active

UpdateDate

A timestamp for when this option was last updated.

Type: DateTime

UpdateVersion

A unique integer that indicates when this option was last updated.

Type: Integer