tempBool = false;
}
else {
tempBool = true;
}
tempDepth = Integer.parseInt(tempTable.inItem(3, i));
tempFile = new File(tempFileString);
if ((tempFile.exists()) || (tempFileString.startsWith("http"))) {
curI = new DocSearcherIndex(tempFileString, tempDesc, tempBool, tempDepth, tempIndexerPath, tempWebBool, tempMatch, tempReplace, tempDateStr, updatePolicy);
indexes.add(curI);
setStatus("Index " + curI.desc + " is " + curI.getDaysOld() + " days old (" + curI.lastIndexed + ")");