def index(name)
    name = name.to_s

    index = @indexes_list.get(name)
    return index if index