RefinementManager.FilterGenerators Property
Gets or sets a list of filter generators that parse the top Search results and recommend refinement filters for the Refinement Web Panel Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FilterGenerators As Dictionary(Of String, RefinementFilterGenerator)
Get
Set
'Usage
Dim instance As RefinementManager
Dim value As Dictionary(Of String, RefinementFilterGenerator)
value = instance.FilterGenerators
instance.FilterGenerators = value
public Dictionary<string, RefinementFilterGenerator> FilterGenerators { get; set; }
Property Value
Type: System.Collections.Generic.Dictionary<String, RefinementFilterGenerator>
The list of filter generators that parse the top Search results and recommend refinement filters for the Refinement Web Panel Part.