includeAttachmentFilePatterns property

List<String>? includeAttachmentFilePatterns
final

List of regular expressions applied to knowledge articles. Items that don't match the inclusion pattern are not indexed. The regex is applied to the field specified in the PatternTargetField.

Implementation

final List<String>? includeAttachmentFilePatterns;