Files
opensearch-pyd/utils/templates/overrides/indices/put_mapping
T
2019-12-22 16:32:49 +01:00

9 lines
179 B
Plaintext

{% extends "base" %}
{% block request %}
if doc_type not in SKIP_IN_PATH and index in SKIP_IN_PATH:
index = "_all"
{{ super()|trim }}
{% endblock %}