Click or drag to resize
SearchIndexerRebuild Method
Rebuilds the index

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public virtual 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