wi.setLastBlock(mWorkList.get(mCurrentIndex).last);
logger.log(Level.INFO, "Sending "+wi.getInputspec()+" index="+wi.getBlockindex()+" last="+wi.getLastBlock()+" length="+wi.getBytelength());
mCurrentIndex++;
jcas.setDocumentText(wi.getInputspec()+" index="+wi.getBlockindex()+" length="+wi.getBytelength());
} catch (CASException e) {
throw new CollectionException(e);
}
//create WorkItem info structure
}