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...

StemmingOptionsStatus

Description

The stemming options configured for this search domain and the current status of those options.

Contents

NameDescription
Options

Maps terms to their stems, serialized as a JSON document. The document has a single object with one property "stems" whose value is an object mapping terms to their stems. The maximum size of a stemming document is 500KB. Example: { "stems": {"people": "person", "walking": "walk"} }

Type: String

Status

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

Type: OptionStatus