How to setup solr on the server

2014-06-29 Thread madhav bahuguna
Hi,
I have solr ready and configured and is running on my local machine.but now
i want to upload my solr to the server.
How do i do that and what are the things i need to keep in mind.Plus i also
need to know how to configure a cron job i searched on the net and came up
with this command,will this work fine on a linux server.
'http://localhost:8983/solr/db/dataimport?command=delta-import'
The server that iam trying to upload solr to is a linux machine(debian).

-- 
Regards
Madhav Bahuguna


Re: How to setup solr on the server

2014-06-29 Thread Aman Tandon
It is as simple as on your local just push the same setup as local to the
live server(if you are not using the solr in cloud mode). All you need to
take care of the garbage collection, you can read some wiki of Solr on
Performance Tuning, it might help.

With Regards
Aman Tandon


On Sun, Jun 29, 2014 at 8:02 PM, madhav bahuguna madhav.bahug...@gmail.com
wrote:

 Hi,
 I have solr ready and configured and is running on my local machine.but now
 i want to upload my solr to the server.
 How do i do that and what are the things i need to keep in mind.Plus i also
 need to know how to configure a cron job i searched on the net and came up
 with this command,will this work fine on a linux server.
 'http://localhost:8983/solr/db/dataimport?command=delta-import'
 The server that iam trying to upload solr to is a linux machine(debian).

 --
 Regards
 Madhav Bahuguna