{% extends "base.html" %} {% block title %}Index Details{% endblock %} {% from 'macros.html' import render_cluster %} {% block nav %}
  • Model Overview
  • {% endblock %} {% block content %}

    Summary of Indexed Fields

    {% for field, granularity, min_value, max_value, position_count in field_summary %} {% endfor %}
    Field Cardinality Minimum Value Maximum Value Positions Recorded
    {{ field }} {{ granularity }} {{ min_value }} {{ max_value }} {{ position_count }}
    Fields and value ranges present in this index.
    Recreate Model
    Refine Existing Model
    {% endblock %}