Re: Do we need reindexing from solr 1.4.1 to 3.5.0?

2012-02-16 Thread tamanjit.bin...@yahoo.co.in
There may be issues with your solrconfig. Kindly post the exception that you are recieving. -- View this message in context: http://lucene.472066.n3.nabble.com/Do-we-need-reindexing-from-solr-1-4-1-to-3-5-0-tp3739353p3750937.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Do we need reindexing from solr 1.4.1 to 3.5.0?

2012-02-16 Thread Kashif Khan
we have both stored = true and false fields in the schema. So we cant reindex wat u said. we have tried that earlier. -- View this message in context: http://lucene.472066.n3.nabble.com/Do-we-need-reindexing-from-solr-1-4-1-to-3-5-0-tp3739353p3749631.html Sent from the Solr - User mailing list ar

Re: Do we need reindexing from solr 1.4.1 to 3.5.0?

2012-02-16 Thread Kashif Khan
I kept old schema files and solrconfig file but there were some errors due to which solr was not loading. I dono what are those things. We have few our own custom plugins developed with 1.4.1 -- View this message in context: http://lucene.472066.n3.nabble.com/Do-we-need-reindexing-from-solr-1-4-1

Re: Do we need reindexing from solr 1.4.1 to 3.5.0?

2012-02-13 Thread Jan Høydahl
Hi, If you keep the old schema and solrconfig, you should be able to simply upgrade your solr.war. Solr 3.5 will read the old index format and write the new one. Once you've upgraded the index will not be readable by 1.4.1. Test this on a test environment to verify. -- Jan Høydahl, search solu

Re: Do we need reindexing from solr 1.4.1 to 3.5.0?

2012-02-13 Thread Bhavnik Gajjar
One thought... If your old (1.4.1) Solr index has all fields are 'stored' (stored="true" in schema.xml for field), then you can easily create a migration tool which would pick the data from 1.4.1 Solr instances and put it into 3.5.0. Bhavnik On 2/13/2012 12:42 PM, Kashif Khan wrote: Do we need

Do we need reindexing from solr 1.4.1 to 3.5.0?

2012-02-12 Thread Kashif Khan
Do we need to reindex solr data which was indexed using solr 1.4.1 in order to upgrade it to solr 3.5.0? Because indexing is really a huge costly process in our case because the data generated needs some calculations which takes lot of time. Else otherwise if there is any other tool which can updat