This version of Unity is unsupported.

SearchIndexer.IndexDocument

Declaration

public void IndexDocument(string document, bool checkIfDocumentExists);

Parameters

document Path of the document to index.
checkIfDocumentExists Verifies if the document exists.

Description

Function to override in a concrete SearchIndexer to index the content of a document.