Re: Data from 4.10 to 6.5.1

2017-05-30 Thread mganeshs
All, As I mentioned above, thought I will update on steps we followed to move my data from 4.10 to 6.5.1 Our setup has 6 collections containing only one shard in each and couple of replicas in each collections * Install Solr 5.5.4 * Create configs for each collection. Copied basic_configs

Re: Data from 4.10 to 6.5.1

2017-05-28 Thread mganeshs
Thanks for the reply. Sure will pay attention. Indeed our approach was also to use the latest managed schema and configs only and add our custom schema from the old version. Luckily we have only one shard of data and others are replica only and also we are not using any fields types ( pint,

Re: Data from 4.10 to 6.5.1

2017-05-26 Thread Erick Erickson
And please _really_ pay attention to Rick's comment about examining your solrconfig.xml and schema file. I strongly recommend that you do _not_ just copy them, but take the base files distributed with 6.5.1 and move any field definitions and/or changes to them rather than start with your current

Re: Data from 4.10 to 6.5.1

2017-05-26 Thread Shawn Heisey
On 5/26/2017 2:20 AM, mganeshs wrote: > I am planning the following for moving my old solr index data created in > 4.10 to new solr server with 6.5.1. Let me know whether it will work out or > not. > > * Setup Solr and Collections with version 5.5 > * Copy data folder ( in old solr server 4.10 )

Re: Data from 4.10 to 6.5.1

2017-05-26 Thread Rick Leir
There have been many changes since 4.10. I would suggest that you re-index or jump through high hoops. First, compare solrconfig.xml with the new default and have a look at schema.xml. On 2017-05-26 04:20 AM, mganeshs wrote: Hi, I am planning the following for moving my old solr index

Data from 4.10 to 6.5.1

2017-05-26 Thread mganeshs
Hi, I am planning the following for moving my old solr index data created in 4.10 to new solr server with 6.5.1. Let me know whether it will work out or not. * Setup Solr and Collections with version 5.5 * Copy data folder ( in old solr server 4.10 ) to the corresponding collection's data