CollapsingStatus enumeration

Defines whether duplicate results are collapsed for Search queries results.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NoCollapsingSpecifies that duplicate items in search results are not collapsed, meaning that all the items are returned in the search results set.
DuplicatesCollapsedSpecifies that duplicate items in search results are collapsed, meaning that they are grouped together and only the most relevant item is returned in the search results set.
Show: