//fileName = config.get("docs.file", null);
String filePath = wikipediaXML.getAbsolutePath();
properties.setProperty("docs.file", filePath);
properties.setProperty("doc.maker.forever", "false");
contentSource.setConfig(new Config(properties));
contentSource.resetInputs();
//docMaker.openFile();
List<SolrInputDocument> docs = new ArrayList<SolrInputDocument>(1000);
int i = 0;
SolrInputDocument sDoc = null;
long start = System.currentTimeMillis();