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

C# |
public class SynonymOptionsStatus

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SynonymOptionsStatus()()()() | Initializes a new instance of the SynonymOptionsStatus class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Options |
Maps terms to their synonyms, serialized as a JSON document. The document has a single object with one property "synonyms" whose value is an
object mapping terms to their synonyms. Each synonym is a simple string or an array of strings. The maximum size of a stopwords document is
100 KB. Example: { "synonyms": {"cat": ["feline", "kitten"], "puppy": "dog"} } |
![]() | Status |
The status of an option, including when it was last updated and whether it is actively in use for searches.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithOptions(String) | Obsolete.
Sets the Options property
|
![]() | WithStatus(OptionStatus) | Obsolete.
Sets the Status property
|

Object | |
![]() | SynonymOptionsStatus |