You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a site we want to crawl and on which we have a large number sub directories of different names that we want to exclude.
With com.norconex.collector.core.filter.impl.RegexReferenceFilter is there any way we can manage this exclusion list other than having one very long regex ?
Could we for instance have it read from a file which contains a list of regex patterns, one per line ?
If that's currently not possible would you consider it as a feature request for future releases.
Many Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
We have a site we want to crawl and on which we have a large number sub directories of different names that we want to exclude.
With com.norconex.collector.core.filter.impl.RegexReferenceFilter is there any way we can manage this exclusion list other than having one very long regex ?
Could we for instance have it read from a file which contains a list of regex patterns, one per line ?
If that's currently not possible would you consider it as a feature request for future releases.
Many Thanks.
The text was updated successfully, but these errors were encountered: