When using the 'From Link-List of URL' as a crawl start, with lists in
the order of one or more thousands of links, the failreason_s Solr field
maximum size (32kb) was exceeded by the string representation of the URL
must-match filter when a crawl URL was rejected because not matching.
if(CrawlStacker.log.isFine())CrawlStacker.log.fine("URL '"+urlstring+"' does not match must-match crawling filter '"+profile.urlMustMatchPattern().toString()+"'.");