Backup and Restore Collections

2020-06-15 Thread sudhir kumar
Hi All, I have a question on Solr Backup and Restore features of Collection. Right now, we have a use case where we are taking backup of prod collection on a daily basis and creating the same collection on lower env. And we are on Solr cloud 7.7 We are following the below process to backup coll

Re: Solr 8.3

2020-01-02 Thread sudhir kumar
On Thu, Jan 2, 2020 at 1:56 PM sudhir kumar wrote: > Hey Vishal, > > You can use createNodeSet property while creating collection which will > allows you to create shards on specified IP. > > /admin/collections?action=CREATE&name=*name*&numShards=*number* > &

Re: Solr 8.3

2020-01-02 Thread sudhir kumar
Hey Vishal, You can use createNodeSet property while creating collection which will allows you to create shards on specified IP. /admin/collections?action=CREATE&name=*name*&numShards=*number* &replicationFactor=*number*&*maxShardsPerNode*=*number*&*createNodeSet*= *nodelist*&collection.configNam

Re: backing up and restoring

2019-12-12 Thread sudhir kumar
Hi Rhyhs, once you backup index with some location, you have to specify the same location to restore. ie in your case /tmp/solr is the location indexed was backed up , use same location for restore. you did not provide name so latest snapshot will be restored. curl ' http://localhost:8983/solr/

RE: Collection - loadOnStartup

2014-04-23 Thread Sudhir Kumar
unsubscribe From: Srivatsan Sent: Wednesday, April 23, 2014 2:58 PM To: solr-user@lucene.apache.org Subject: Re: Collection - loadOnStartup Dear Rich Mayfield, Sorry for late reply. We didn't continue further in that. We have moved to Elasticsearch. Elast

RE: Solr magento integration

2012-06-25 Thread Sudhir Kumar
, during search. Please suggest. Regards, Sudhir -Original Message- From: Sudhir Kumar Sent: Tuesday, June 26, 2012 11:55 AM To: solr-user@lucene.apache.org Subject: Solr magento integration Hi, Solr magento integration done but after indexing no results. In tomcat logs there is no

Solr magento integration

2012-06-25 Thread Sudhir Kumar
Hi, Solr magento integration done but after indexing no results. In tomcat logs there is no exception. But, I have just copied schema.xml from magento to solr configuration. No changes in schem.xml. If need any changes then let me know. Many Thanks, Sudhir