SynonymExpansionType Enumeration
Enumeration values for one-way or two-way synonym specification.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "http://Microsoft.SharePoint.Search.Extended.Administration")> _
Public Enumeration SynonymExpansionType
'Usage
Dim instance As SynonymExpansionType
[DataContractAttribute(Namespace = "http://Microsoft.SharePoint.Search.Extended.Administration")]
public enum SynonymExpansionType
Members
Member name | Description | |
---|---|---|
OneWay | Specifies that a synonym is one-way. This means the keyword term will be expanded to the synonym term, but the synonym term will not be expanded to the keyword term. | |
TwoWay | Specifies that a synonym is two-way. This means the keyword term will be expanded to the synonym term, and the synonym term will also be expanded to the keyword term. This is the default when no expansion type is specified. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace
AddSynonym(String, String, String, Nullable<DateTime>, Nullable<DateTime>, SynonymExpansionType)
AddSynonym(String, Context, SynonymExpansionType)
AddSynonym(String, String, String, SynonymExpansionType)
AddSynonym(String, String, SynonymExpansionType)