# File lib/kirbybase.rb, line 902
    def get_index(table, index_name)
        return @indexes["#{table.name}_#{index_name}".to_sym].get_idx
    end