r 8364 added a statement to get count of uris that are being indexed.
This commit is contained in:
parent
c11117396d
commit
14bba181c2
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ public class IndexBuilder extends Thread {
|
||||||
work.get( counter % workers ).add( uris.next() );
|
work.get( counter % workers ).add( uris.next() );
|
||||||
counter ++;
|
counter ++;
|
||||||
}
|
}
|
||||||
|
log.info("Number of individuals to be indexed : " + counter);
|
||||||
return work;
|
return work;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue