AWS SDK for .NET Documentation
Options Property
AmazonAmazon.CloudSearch_2011_02_01.ModelStemmingOptionsStatusOptions Did this page help you?   Yes   No    Tell us about it...
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 500 KB. Example: { "stems": {"people": "person", "walking": "walk"} }
Declaration Syntax
C#
public string Options { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)