if (getLog().isDebugEnabled())
getLog().debug("Parsing html file: " + ftemp.getAbsolutePath());
//tempMap.put(key, value);
//The HTML file information are added in the list of FileInfoObject
DocFileInfo docFileInfoTemp = new DocFileInfo(spe.runExtractData(ftemp, indexerLanguage, stemming));
ftemp = docFileInfoTemp.getFullpath();
String stemp = ftemp.toString();
int i = stemp.indexOf(targetBaseDir.getAbsolutePath());