283284285286287288289290291292293
// ignore exception } } throw new IndexException(e.getMessage(), e); } finally { if (indexWriter != null) {
339340341342343344345346347348349350
} return results; } catch (CorruptIndexException ex) { throw new IndexException(ex.getMessage(), ex); } catch (IOException ex) { throw new IndexException(ex.getMessage(), ex); } }