x

{{ aggregation | replace('_', ' ') | capitalize }}

{% if aggregates %} {% for hit in aggregates %} {% endfor %}
Rank {{ aggregation | replace('_', ' ') | capitalize }} Count %
{{ loop.index }} {{ hit.term }} {{ hit.count }} {{ '%.2f' | format(100.0 * hit.count / total_count) }} %
{% else %}

No results were found.

{% endif %}