remote debug

This commit is contained in:
Victor Shcherb 2012-01-10 00:55:59 +01:00
parent 7188b38d4f
commit 9405132119

View file

@ -312,10 +312,13 @@ public class WikiIndexer {
subcategory = subcategory.toLowerCase();
}
} else if (name.equals("text")) {
log.info("End text");
if(!parseText && RECOGNIZE_ENGLISH) {
log.info("Match english " + text);
tryToMatchEnglish();
}
if (parseText) {
log.info("parse text " + "Article accepted " + cid + " " + title.toString());
if(id % 500 == 0) {
log.debug("Article accepted " + cid + " " + title.toString());
}