inclusionPatterns property

List<String>? inclusionPatterns
final

A list of regular expression patterns. Documents that match the pattern are included in the index. Documents that don't match the pattern are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index.

The exclusion pattern is applied to the file name.

Implementation

final List<String>? inclusionPatterns;