497 Forks
772 Stars
772 Watchers

solr

Apache Solr open-source search software

How to download and setup solr

Open terminal and run command
git clone https://github.com/apache/solr.git
git clone is used to create a copy or clone of solr repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with solr https://github.com/apache/solr/archive/master.zip

Or simply clone solr with SSH
[email protected]:apache/solr.git

If you have some problems with solr

You may open issue on solr support forum (system) here: https://github.com/apache/solr/issues