引数を持つURLがインデックスされない

(from osdn.net/users/wasabi1975)
URLに引数があるとIndexUpdaterが処理しないようです。
CrawlerLogの抜粋を添付します

2017-01-31 15:40:24,921 [main] INFO Starting Crawler…
2017-01-31 15:40:24,986 [WebFsCrawler] INFO [Human Torch] modules [], plugins [], sites []
2017-01-31 15:40:25,048 [WebFsCrawler] INFO Connected to localhost:9301
2017-01-31 15:40:25,107 [WebFsCrawler] INFO Target URL: http://www.asahi.com/
2017-01-31 15:40:25,108 [WebFsCrawler] INFO Included URL: http://www.asahi.com/
2017-01-31 15:40:25,108 [WebFsCrawler] INFO Included URL: http://www.asahi.com/articles/.+.html(?.+)?
2017-01-31 15:40:25,173 [Crawler-AVnF9d2k9VQIWKOdWhaG-1-2] INFO Crawling URL: http://www.asahi.com/
2017-01-31 15:40:25,220 [Crawler-AVnF9d2k9VQIWKOdWhaG-1-2] INFO Checking URL: http://www.asahi.com/robots.txt
2017-01-31 15:40:30,741 [Crawler-AVnF9d2k9VQIWKOdWhaG-1-1] INFO Crawling URL: http://www.asahi.com/articles/ASK1Z4RCCK1ZUTQP00Q.html?iref=comtop_8_06
2017-01-31 15:40:30,744 [Crawler-AVnF9d2k9VQIWKOdWhaG-1-3] INFO Crawling URL: http://www.asahi.com/articles/ASK102TVBK10UHBI00Q.html?iref=comtop_8_04
2017-01-31 15:40:32,328 [Crawler-AVnF9d2k9VQIWKOdWhaG-1-2] INFO Crawling URL: http://www.asahi.com/articles/ASK1N3QW3K1NUQIP010.html?iref=comtop_photo
2017-01-31 15:40:35,127 [IndexUpdater] INFO Processing 1/1 docs (Doc:{access 3ms}, Mem:{used 43MB, heap 59MB, max 495MB})
2017-01-31 15:40:35,160 [IndexUpdater] INFO Processing no docs (Doc:{access 1ms, cleanup 5ms}, Mem:{used 45MB, heap 59MB, max 495MB})
2017-01-31 15:40:35,205 [IndexUpdater] INFO Sent 1 docs (Doc:{process 27ms, send 45ms, size 153KB}, Mem:{used 32MB, heap 59MB, max 495MB})

~~~~~

2017-01-31 15:46:05,125 [IndexUpdater] INFO Processing no docs (Doc:{access 1ms, cleanup 5ms}, Mem:{used 46MB, heap 59MB, max 495MB})
2017-01-31 15:46:15,125 [IndexUpdater] INFO Processing no docs (Doc:{access 1ms, cleanup 5ms}, Mem:{used 46MB, heap 59MB, max 495MB})
2017-01-31 15:46:25,125 [IndexUpdater] INFO Processing no docs (Doc:{access 1ms, cleanup 5ms}, Mem:{used 46MB, heap 59MB, max 495MB})
2017-01-31 15:46:31,770 [WebFsCrawler] INFO [EXEC TIME] crawling time: 366805ms
2017-01-31 15:46:35,125 [IndexUpdater] INFO Processing no docs (Doc:{access 1ms, cleanup 5ms}, Mem:{used 46MB, heap 59MB, max 495MB})
2017-01-31 15:46:35,125 [IndexUpdater] INFO [EXEC TIME] index update time: 128ms
2017-01-31 15:46:35,142 [main] INFO Finished Crawler
2017-01-31 15:46:35,164 [main] INFO [CRAWL INFO] CrawlerEndTime=2017-01-31T15:46:35.142+0900,WebFsCrawlExecTime=366805,CrawlerStatus=true,CrawlerStartTime=2017-01-31T15:40:24.921+0900,WebFsCrawlEndTime=2017-01-31T15:46:35.142+0900,WebFsIndexExecTime=128,WebFsIndexSize=1,CrawlerExecTime=370221,WebFsCrawlStartTime=2017-01-31T15:40:24.953+0900
2017-01-31 15:46:35,196 [main] INFO Disconnected to elasticsearch:localhost:9301
2017-01-31 15:46:35,514 [main] INFO Destroyed LaContainer.