Example #1
0
File: admin.py Project: sunu/aleph
def all_indexes():
    return ",".join((
        collections_index(),
        notifications_index(),
        xref_index(),
        entities_read_index(),
    ))
Example #2
0
 def get_index(self):
     return collections_index()