RefinerConfiguration members

Represents the refiner configuration containing refiner settings for the managed property.

The RefinerConfiguration type exposes the following members.

Constructors

  Name Description
Public method RefinerConfiguration Initializes a new instance of the RefinerConfiguration class with default values.

Top

Properties

  Name Description
Public property Anchoring Gets or sets the anchoring of the managed property refiner. This only applies for managed properties of type text.
Public property 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.
Public property Divisor Gets or sets the divisor for the managed property refiner. This is only applicable for numeric managed properties.
Public property Intervals Gets or sets the intervals for the managed property refiner. This is only applicable for numeric managed properties.
Public property Resolution Gets or sets the resolution for the managed property refiner. This is only applicable for numeric managed properties.
Public property Type Gets or sets the type of refiner.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether this object is equal to the specified object. (Overrides Object.Equals(Object).)
Public method Equals(RefinerConfiguration) Determines whether the specified refiner configuration is equal to the current refiner configuration.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Computes the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

RefinerConfiguration class

Microsoft.Office.Server.Search.Administration namespace