Click or drag to resize

RankingSettings Class

Defines the Ranking Settings.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Search.DataProviderRankingSettings

Namespace:  Colygon.MatchPoint.Search.DataProvider
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public sealed class RankingSettings

The RankingSettings type exposes the following members.

Constructors
  NameDescription
Public methodRankingSettings
Initializes a new instance of the RankingSettings class
Top
Properties
  NameDescription
Public propertyRankingModel
Specifies the ranking model used for this query. Value format: 8f6fd0bc-06f9-43cf-bbab-08c377e083f4.
Public propertyXrank
Specifies the XRANK operator for boosting the dynamic rank of result items. See MSDN 'Keyword Query Language(KQL) syntax reference' for more details.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This is a MatchPoint configuration class.
See Also