{% extends 'base.html' %} {% block title %}QCAT - Search Index Administration{% endblock %} {% block content %}

Search Index Administration

{% if configurations %} {% for config in configurations %} {% endfor %}
Configuration Status Actions
{{ config.object }} {% if config.index_count == None %} No Index! {% else %} {{ config.index_count }} / {{ config.db_count }} {% endif %} Create Update Delete

Delete all

{% else %}

No active configurations found

{% endif %}

Cache Administration

Delete caches Hint: to force rebuilding of the python-cache for all instances, restart uwsgi.

Build cache for all configurations

{% endblock %}