Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread Zheng Lin Edwin Yeo
gt; > Sent from Outlook <http://aka.ms/weboutlook> > -- > *From:* Zheng Lin Edwin Yeo > *Sent:* Friday, March 29, 2019 1:39 PM > *To:* vishal patel > *Subject:* Re: Upgrade Solr 8.0.0 issue > > Yes. > Also delete the product_shard1_replica_n1 f

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread Jan Høydahl
Yeo mailto:edwinye...@gmail.com>> > Sent: Friday, March 29, 2019 1:07 PM > To: vishal patel > Cc: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> > Subject: Re: Upgrade Solr 8.0.0 issue > > Yes, if you have changes to solrconfig.xml or schema.xml, ju

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread vishal patel
ng Lin Edwin Yeo Sent: Friday, March 29, 2019 1:39 PM To: vishal patel Subject: Re: Upgrade Solr 8.0.0 issue Yes. Also delete the product_shard1_replica_n1 folder under server\solr, so that you can start everything from fresh from creating the collection. Regards, Edwin On Fri, 29 Mar 2019 at

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread vishal patel
ct: Re: Upgrade Solr 8.0.0 issue Yes, if you have changes to solrconfig.xml or schema.xml, just upconfig and reload the collection. Not necessary to restart Solr. It's not necessary to change the index directly, but you can change it in the core.properties if you want to store the index elsewhe

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread Zheng Lin Edwin Yeo
g.xml. > > Sent from Outlook <http://aka.ms/weboutlook> > -- > *From:* Zheng Lin Edwin Yeo > *Sent:* Friday, March 29, 2019 11:00 AM > *To:* vishal patel > *Cc:* solr-user@lucene.apache.org > *Subject:* Re: Upgrade Solr 8.0.0 issue > > Usually

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread vishal patel
vishal patel Cc: solr-user@lucene.apache.org Subject: Re: Upgrade Solr 8.0.0 issue Usually I will create the collection again since I will re-index after the upgrade. If I create the collection again, the new core.properties will be created. If you plan to use the same schema.xml, have to

Re: Upgrade Solr 8.0.0 issue

2019-03-28 Thread Zheng Lin Edwin Yeo
; re-index after the upgrade.I want only same schema.xml of solr 6.0.0. > > Sent from Outlook <http://aka.ms/weboutlook> > -- > *From:* Zheng Lin Edwin Yeo > *Sent:* Friday, March 29, 2019 8:47 AM > *To:* solr-user@lucene.apache.org > *Subject:

Re: Upgrade Solr 8.0.0 issue

2019-03-28 Thread vishal patel
ng Lin Edwin Yeo Sent: Friday, March 29, 2019 8:47 AM To: solr-user@lucene.apache.org Subject: Re: Upgrade Solr 8.0.0 issue Hi Vishal, There could be problem with your index if you upgrade directly from Solr 6.1.0 to Solr 8.0.0, which is two major version, as Solr only supports upgrade for one major v

Re: Upgrade Solr 8.0.0 issue

2019-03-28 Thread Zheng Lin Edwin Yeo
Hi Vishal, There could be problem with your index if you upgrade directly from Solr 6.1.0 to Solr 8.0.0, which is two major version, as Solr only supports upgrade for one major version. Regards, Edwin On Thu, 28 Mar 2019 at 21:30, vishal patel wrote: > Hi > > I am upgrading solr 6.1.0 to

Upgrade Solr 8.0.0 issue

2019-03-28 Thread vishal patel
Hi I am upgrading solr 6.1.0 to 8.0.0. In solr 6.0.0 my folder structure below ---product ---conf ---schema.xml ---solrconfig.xml ---core.properties ---solr.xml core.properties contains name=product shard=shard1 collection=product upconfig command : zkcli.bat -cmd bootstrap