public void run(boolean once, boolean verbose, boolean resetindex, boolean optimizeOnly, String solrCoreUrl, boolean forceUrl) {
String logFilesPath = config.getProperty("/indexer/param[@name='logfilename']");
logFilesPath = Utils.getValidPropertyPath(logFilesPath, null, "HOME");
logger = new Logger(logFilesPath);
String witnessFilesPath = config.getProperty("/indexer/param[@name='witnessfilespath']");
witnessFilesPath = Utils.getValidPropertyPath(witnessFilesPath, null, "HOME");
String witnessFilesName = config.getProperty("/indexer/param[@name='witnessfilesname']", "indexer");