SearchHelperRebuildIndex Method (SearchIndexInfo, FuncSearchIndexInfo, IEnumerableSearchDocument) |
Rebuilds search index based on the provided search documents.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static void RebuildIndex(
SearchIndexInfo searchIndex,
Func<SearchIndexInfo, IEnumerable<SearchDocument>> getSearchDocuments
)
Parameters
- searchIndex
- Type: CMS.SearchSearchIndexInfo
Search index. - getSearchDocuments
- Type: SystemFuncSearchIndexInfo, IEnumerableSearchDocument
Provides search documents to be used for the rebuild.
See Also