XrankOperator Class |
Namespace: Colygon.MatchPoint.Search.DataProvider
[SerializableAttribute] public sealed class XrankOperator
The XrankOperator type exposes the following members.
Name | Description | |
---|---|---|
XrankOperator | Initializes a new instance of the XrankOperator class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AverageBoost | Specifies the average boost (avgb). | |
ConstantBoost | Specifies the value for the constant boost (cb). | |
NormalizedBoost | Specifies the normalized boost (nb). | |
PercentageBoost | Specifies the percentage boost (pb). | |
RangeBoost | Specifies the range boost (rb). | |
RankCondition | Specifies the condition for selecting items on which the rank boosting is applied. | |
ResultNumberForStatistics | Specifies the number of results to compute statistics from. A zero value carries the semantic of all items. | |
StandardDeviationBoost | Specifies the standard deviation boost (stdb). | |
Xrank | Specifies the XRANK operator for boosting the dynamic rank of the result items based on this XRANK boosting. |