SkipEntry(string, bool)
Called when the index is built to see if a specified document needs to be indexed. See SearchIndexer.skipEntryHandler.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public virtual bool SkipEntry(string document, bool checkRoots = false)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the document doesn't need to be indexed. |