19241925192619271928192919301931193219331934
//noinspection ConstantConditions final Index index = (Index) indexMap.get( indexInfo[i].getFieldExpression().toLowerCase() ); log.debug( "shutdown index: " + index.getName() ); index.shutdown(); index.drop(); } open(); try {
711712713714715716717718719720721
//noinspection ConstantConditions final Index index = (Index) indexMap.get( indexInfo[i].getFieldExpression().toLowerCase() ); log.debug( "shutdown index: " + index.getName() ); index.shutdown(); } if( rs != null ) { rs.shutdown(); }