super(runData);
IndexWriter iw = getRunData().getIndexWriter(); if (iw!=null) { iw.close(); } getRunData().setIndexWriter(null); return 1;