Click or drag to resize
ForumSearchIndexerRebuild Method
Rebuilds the forum index

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax
C#
public override void Rebuild(
	SearchIndexInfo indexInfo
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Search index
Remarks
This method needs to be run in a thread safe way such as smart search task queue.
See Also