Click or drag to resize

NativeRefinementSettings Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Common.RefinementNativeRefinementSettings

Namespace:  Colygon.MatchPoint.Common.Refinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class NativeRefinementSettings

The NativeRefinementSettings type exposes the following members.

Constructors
  NameDescription
Public methodNativeRefinementSettings
Initializes a new instance of the NativeRefinementSettings 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 fieldEnableNativeRefinement
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.
Public fieldFieldSettings
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.
Public fieldTagSetting
Defines the native refinement settings for MatchPoint Tag refinement groups. This setting is considered only, if 'EnableNativeRefinement' is set to true.
Top
Remarks
This is a MatchPoint configuration class.
See Also