String tempArch = tempTable.inItem(10, i);
if (tempArch == null) {
tempArch = fEnv.getArchiveDirectory();
}
tempDepth = Integer.parseInt(tempTable.inItem(3, i));
File tempFile = new File(tempFileString);
if (tempFileString.toLowerCase().endsWith(".zip")) {
curI = new DocSearcherIndex(tempFileString, tempDesc, tempBool, tempDepth, tempIndexerPath, tempWebBool, tempMatch, tempReplace, tempDateStr, updatePolicy, tempArch);
indexes.add(curI);
if (env.isGUIMode()) {