RefinerConfiguration members
Represents the refiner configuration containing refiner settings for the managed property.
The RefinerConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RefinerConfiguration | Initializes a new instance of the RefinerConfiguration class with default values. |
Top
Properties
Name | Description | |
---|---|---|
Anchoring | Gets or sets the anchoring of the managed property refiner. This only applies for managed properties of type text. | |
CutoffMaxBuckets | Gets or sets the cut-off limit for the maximum number of unique buckets that will be generated for the managed property refiner. This only applies for managed properties of type text. | |
Divisor | Gets or sets the divisor for the managed property refiner. This is only applicable for numeric managed properties. | |
Intervals | Gets or sets the intervals for the managed property refiner. This is only applicable for numeric managed properties. | |
Resolution | Gets or sets the resolution for the managed property refiner. This is only applicable for numeric managed properties. | |
Type | Gets or sets the type of refiner. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to the specified object. (Overrides Object.Equals(Object).) | |
Equals(RefinerConfiguration) | Determines whether the specified refiner configuration is equal to the current refiner configuration. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Computes the hash code for this object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top