<div>
  <a href="https://solr.apache.org/">
    <img src="solr.svg" style="width:210px; margin:22px 0px 7px 20px; border:none;" title="Apache Solr Logo" alt="Solr" />
  </a>
  <div style="z-index:100;position:absolute;top:25px;left:226px">
    <span style="font-size: x-small">TM</span>
  </div>
</div>

# Apache Solr™ ${project.version} Documentation

Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers
full-text, vector, analytics, and geospatial search at many of the world's largest organizations. Other
major features include: Kubernetes and docker integration, streaming, highlighting, faceting, and
spellchecking.

Solr is written in Java and runs as a standalone full-text search server. Solr has REST-like JSON APIs that make
it easy to use from virtually any programming language. Solr's powerful configuration APIs and files allows it
to be tailored to almost any type of application without Java coding, and it has an extensive plugin
architecture when more advanced customization is required.

This is the official documentation for **Apache Solr ${project.version}**.

## Reference Documents

* [Reference Guide](${project.solrRefguideUrl}/): The main documentation for Solr
* [Changes](changes/Changes.html): List of changes in this release
* [System Requirements](SYSTEM_REQUIREMENTS.html): Minimum and supported Java versions
* [Solr Tutorial](${project.solrRefguideUrl}/getting-started/solr-tutorial.html):
  This document covers the basics of running Solr using an example schema, and some sample data
* [Lucene Documentation](${project.luceneDocUrl}/index.html)
  
## API Javadocs

${projectList}
