if ( !partitionDir.exists() && !partitionDir.mkdirs() )
{
throw new IOException( I18n.err( I18n.ERR_112_COULD_NOT_CREATE_DIRECORY, partitionDir ) );
}
recordMan = new RecordManager( partitionDir.getPath() );
// Initialize the indexes
super.doInit();
// First, check if the file storing the data exists