Query.TrimDuplicates Property

Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. For FAST Search Server 2010 for SharePoint, this property can also be used to collapse hits in the result set.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property TrimDuplicates As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.TrimDuplicates

instance.TrimDuplicates = value
public bool TrimDuplicates { get; set; }

Property Value

Type: System.Boolean
true if duplicate items are removed from the search results; otherwise, false.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace