exclusionPatterns property

List<String>? exclusionPatterns
final

A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed.

For more information about glob patterns, see glob (programming) in Wikipedia.

Implementation

final List<String>? exclusionPatterns;