NativeRefinementSettings Class |
Namespace: Colygon.MatchPoint.Common.Refinement
public sealed class NativeRefinementSettings
The NativeRefinementSettings type exposes the following members.
Name | Description | |
---|---|---|
NativeRefinementSettings | Initializes a new instance of the NativeRefinementSettings 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 | |
---|---|---|
EnableNativeRefinement | If enabled, native refinement support (if available) is used, otherwise the full result set is analyzed. Note, that this might change the refinement behavior, since refiner conditions are extracted from the Conditions tree by the data provider and are applied separately. | |
FieldSettings | Defines the native refinement settings for a specific refinement group, specified by the field name. These settings are considered only, if 'EnableNativeRefinement' is set to true. | |
TagSetting | Defines the native refinement settings for MatchPoint Tag refinement groups. This setting is considered only, if 'EnableNativeRefinement' is set to true. |