FASTSearchRuntime.TrimDuplicatesOnProperty Property
Indicating the name of a non-default managed property to use as the basis for duplicate removal. 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 TrimDuplicatesOnProperty As String
Get
Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As String
value = instance.TrimDuplicatesOnProperty
instance.TrimDuplicatesOnProperty = value
public string TrimDuplicatesOnProperty { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
The default value is the DocumentSignature managed property.