RankingModel Members
Include Protected Members
Include Inherited Members
Defines a ranking model for search queries.
The RankingModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the ranking model. | |
ID | Gets the identifier (ID) for the ranking model. | |
IsCustomizable | Gets a Boolean value that indicates whether the ranking model can be customized. | |
IsDefault | Gets a Boolean value that indicates whether the ranking model is the default ranking model. | |
Name | Gets the name of the ranking model. | |
RankingModelXML | Gets or sets the XML for the custom ranking model. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the ranking model from the Search administration database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MakeDefault | Sets this ranking model as the default ranking model. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates the ranking model with any changes made. |
Top