|
|
|
@ -587,7 +587,9 @@ public final class RWIProcess extends Thread
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// check content domain
|
|
|
|
|
if (page.url().getContentDomain() != Classification.ContentDomain.ALL && page.url().getContentDomain() != this.query.contentdom) {
|
|
|
|
|
if (this.query.contentdom != Classification.ContentDomain.ALL &&
|
|
|
|
|
page.url().getContentDomain() != Classification.ContentDomain.ALL &&
|
|
|
|
|
page.url().getContentDomain() != this.query.contentdom) {
|
|
|
|
|
this.sortout++;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|