{% extends '../layout/admin.html' %} {% block html_title %}検索管理 · {{ path }}{% endblock %} {% block content_head %}
{% endblock %} {% block content_main %}
{% include './widget/menu.html' with {current: 'search'} %}
{% set smessage = req.flash('successMessage') %} {% if smessage.length %}
{% for e in smessage %} {{ e }}
{% endfor %}
{% endif %} {% set emessage = req.flash('errorMessage') %} {% if emessage.length %}
{% for e in emessage %} {{ e }}
{% endfor %}
{% endif %}
Index Build

Force rebuild index.
Click "Build Now" to delete and create mapping file and add all pages.
This may take a while.

{% endblock content_main %} {% block content_footer %} {% endblock content_footer %}