Re: Solr 5.3 to 6.0

2019-06-19 Thread Erick Erickson
You cannot go from 5->8 true. However, you also cannot go from 5->6->7->8. As of Lucene 8, Lucene will refuse to open an index that has ever been touched by Lucene 6, no matter whether you’ve used IndexUpgraderTool, reindexed all your data etc. So you’ll have to plan on re-indexing from your sy

Re: Solr 5.3 to 6.0

2019-06-19 Thread ilango dhandapani
In solr reference guide, I read that need to go to next major version and cannot jump ahead next major verison, as indexes will not work. I did not attempt from 5.3 to 7.x or 8.x though. Thanks, Ilango -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr 5.3 to 6.0

2019-06-19 Thread Erick Erickson
Got to the latest 6x release if you must stick with 6x. Why not leapfrog all the way to 8? Erick > On Jun 19, 2019, at 9:08 AM, ilango dhandapani > wrote: > > Shawn, > > Is it advisable to goto 6.6 or 6.0 from 5.3.0 ?' > > Thanks, > Ilango > > > > -- > Sent from: http://lucene.472066.n3.

Re: Solr 5.3 to 6.0

2019-06-19 Thread ilango dhandapani
Shawn, Is it advisable to goto 6.6 or 6.0 from 5.3.0 ?' Thanks, Ilango -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr 5.3 to 6.0

2019-06-19 Thread ilango dhandapani
Thanks Shawn. It worked after i explicitly mentioned docValues=False for the fields am using in managed-schema. So in case if I need to re index from scratch in new version, is there any better way of doing that quickly ? Thanks, Ilango -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User

Re: Solr 5.3 to 6.0

2019-06-18 Thread Shawn Heisey
On 6/18/2019 12:16 PM, ilango dhandapani wrote: Tried several attempts like delete collection/config, take index backup from 5.3, clear index and place them back after upgrade. All tried resulted in faceting not working with 5.3 and 6.0 data combined. Most likely what happened here is that the