IndexModifier im;
try {
im = new IndexModifier(this.__test_dir, new org.apache.lucene.analysis.standard.StandardAnalyzer(), false);
} catch (FileNotFoundException e) {
try {
im = new IndexModifier(this.__test_dir, new org.apache.lucene.analysis.standard.StandardAnalyzer(), false);
} catch (FileNotFoundException e1) {
}
}