This version of Unity is unsupported.

SearchIndexer.SkipEntry

Declaration

public bool SkipEntry(string document, bool checkRoots);

Parameters

document Path of a document.
checkRoots Check Roots.

Returns

bool Returns true if the document doesn't need to be indexed.

Description

Called when the index is built to see if a specified document needs to be indexed. See SearchIndexer.skipEntryHandler.