Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the anchoring settings for managed property refiners. Anchoring is applicable only for managed properties of type Text.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration RefinerAnchoring
'Usage
Dim instance As RefinerAnchoring
public enum RefinerAnchoring
Members
| Member name | Description | |
|---|---|---|
| Auto | Specifies a match a for refiner set to Auto. | |
| None | Specifies a match a for refiner set to None. | |
| Complete | Specifies a complete match for a refiner. | |
| Prefix | Specifies a prefix match for a refiner. | |
| Suffix | Specifies a suffix match for a refiner. |