Click or drag to resize

XrankOperator Class

Defines a KQL XRANK operator. See MSDN 'Keyword Query Language(KQL) syntax reference' for more details about the parameters.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Search.DataProviderXrankOperator

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

The XrankOperator type exposes the following members.

Constructors
  NameDescription
Public methodXrankOperator
Initializes a new instance of the XrankOperator class
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
Fields
  NameDescription
Public fieldAverageBoost
Specifies the average boost (avgb).
Public fieldConstantBoost
Specifies the value for the constant boost (cb).
Public fieldNormalizedBoost
Specifies the normalized boost (nb).
Public fieldPercentageBoost
Specifies the percentage boost (pb).
Public fieldRangeBoost
Specifies the range boost (rb).
Public fieldRankCondition
Specifies the condition for selecting items on which the rank boosting is applied.
Public fieldResultNumberForStatistics
Specifies the number of results to compute statistics from. A zero value carries the semantic of all items.
Public fieldStandardDeviationBoost
Specifies the standard deviation boost (stdb).
Public fieldXrank
Specifies the XRANK operator for boosting the dynamic rank of the result items based on this XRANK boosting.
Top
Remarks
This is a MatchPoint configuration class.
See Also