Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Apache Solr 4.1 on windows 7 [closed]

Tags:

solr

How can i install apache solr 4.1 search server on windows 7
i went through out the net but i couldn't find any useful answer to my question

like image 929
MJ X Avatar asked Jan 27 '13 23:01

MJ X


People also ask

Can Solr run on Windows?

Starting SolrIf you are running Windows, you can start Solr by running bin\solr. cmd instead. This will start Solr in the background, listening on port 8983. When you start Solr in the background, the script will wait to make sure Solr starts correctly before returning to the command line prompt.


1 Answers

I can see that you're not familiar with Java Servlets and for such I would then recommend a nice Windows installer that not only Installs SolR, but also Apache.

http://bitnami.org/stack/solr

in a few clicks and no configuration changed, you will be up and running in a matter of minutes with a nice screen like:

enter image description here

By the way, Bitami not only provide you with a nice Windows Installer, but gives you as well a VM with Solr (so you can test it without screwing up your current system) plus a lot more methods to install and run SolR!

like image 78
balexandre Avatar answered Nov 10 '22 20:11

balexandre