{{ page.summary }}
{% endif %}
{% unless page.toc == false %}
{% include toc.html %}
{% endunless %}
{{content}}
{% assign scrollnav = site.data.scrollnav[page_id] %}
{% if scrollnav %}
{% if scrollnav.prev %}
{{ scrollnav.prev.title }}
{% endif %}
{% if scrollnav.next %}
{{ scrollnav.next.title }}
{% endif %}
{% endif %}
We welcome feedback on Solr documentation. However, we cannot provide application support via comments. If you need help, please send a message to the Solr User mailing list.