}, fs, conf);
QueryEngine qr = new QueryEngine();
qr.init(conf, fs);
long start = System.currentTimeMillis();
qr.runQueries(conf);
long end = System.currentTimeMillis();
LOG.info("Total query time: " + (end - start) + "ms");
EnAr_TREC02.verifyAllResults(qr.getModels(), qr.getAllResults(), qr.getDocnoMapping(),