Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.