FASTSearchRuntime.TrimDuplicatesKeepCount Property
Optional attribute specifying how many items to keep for each set of duplicates. For details, see Duplicate Removal (FAST Search Server 2010 for SharePoint)
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property TrimDuplicatesKeepCount As Integer
Get
Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As Integer
value = instance.TrimDuplicatesKeepCount
instance.TrimDuplicatesKeepCount = value
public int TrimDuplicatesKeepCount { get; set; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
The default value is 1.