229230231232233234235236237238239
DSIndexer.indexContent(context, item, true); ib.indexItem(item); } } context.commit(); context.clearCache(); } catch (DCInputsReaderException e) { log.error(e.getMessage()); }
529530531532533534535536537538539
{ curCtx.commit(); } if (curCtx.getCacheSize() % cacheLimit == 0) { curCtx.clearCache(); } } catch (SQLException sqlE) { throw new IOException(sqlE.getMessage(), sqlE);