if (fileList != null) {
String[] fileNames = fileList.split(",");
// we have a file that contains the list of all document files we
// are to process
for (String s : fileNames) {
docIters.add(new FileListTemporalDocumentIterator(s));
}
}
if (docFile != null) {
String[] fileNames = docFile.split(",");
// all the documents are listed in one file, with one document per