SOLR Setup
To set up SOLR on your machine, follow the steps below:
1. Download Solr
Go to this link and download Solr 8.11.0 or above:
Select the preferred file.
We recommend downloading Solr 8.11.0 version.
We are assuming you are installing this on Windows.
Note:
The solr-version.zip or solr-version.tgz files (where version is the version number, e.g., 7.5.0) contain:
- Apache Solr
- HTML documentation
- Solr tutorial

2. Copy Downloaded Solr Version
Extract the downloaded file to a preferred location.
We assume you extracted it to the C:\ drive and named the folder Solr.
So your Solr path becomes:
Hence, Solr is downloaded and Java is set up.
Now let's start Solr.

