Click or drag to resize
DocumentSearchIndexer Constructor (DocumentSearchablesRetriever)
Document search indexer.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected DocumentSearchIndexer(
	DocumentSearchablesRetriever documentSearchablesRetriever
)

Parameters

documentSearchablesRetriever
Type: CMS.DocumentEngine.InternalDocumentSearchablesRetriever
Responsible for retrieving objects related to document indexing.
See Also