Re: Upgrading from 4.x to 5.x

2015-11-19 Thread Upayavira
On Thu, Nov 19, 2015, at 10:03 AM, Jan Høydahl wrote: > > Looking under solr5/server/solr I see configsets with the three default > > choices. What "feels" right is to make a new folder in there for my app > > (dovecot) and then copy my solr4/example/solr/collection1/conf folder. I'm > >

Re: Upgrading from 4.x to 5.x

2015-11-19 Thread Daniel Miller
Not quite but I'm improving. Or something... Looking under solr5/server/solr I see configsets with the three default choices. What "feels" right is to make a new folder in there for my app (dovecot) and then copy my solr4/example/solr/collection1/conf folder. I'm hoping I'm on the right track

Re: Upgrading from 4.x to 5.x

2015-11-19 Thread Daniel Miller
Thank you - but I still don't understand where to install/copy/modify config files or schema to point at my current index. My 4.x schema.xml was fairly well optimized, and I believe I removed any deprecated usage, so I assume it would be compatible with the 5.x server. Daniel On November

Re: Upgrading from 4.x to 5.x

2015-11-19 Thread Muhammad Zahid Iqbal
Hi daniel You need to update your config/scehma file on the path like '...\solr-dir\server\solr' . When you are done then you can update your index path in solrconfig.xml. I hope you got it. Best, Zahid On Thu, Nov 19, 2015 at 1:58 PM, Daniel Miller wrote: > Thank you -

Re: Upgrading from 4.x to 5.x

2015-11-19 Thread Jan Høydahl
> Looking under solr5/server/solr I see configsets with the three default > choices. What "feels" right is to make a new folder in there for my app > (dovecot) and then copy my solr4/example/solr/collection1/conf folder. I'm > hoping I'm on the right track - maybe working too hard. If you have

Re: Upgrading from 4.x to 5.x

2015-11-19 Thread Muhammad Zahid Iqbal
Daniel, You are close, delete those *configsets* folder and paste you *collection1 *folder and run the server. It will do the trick. On Thu, Nov 19, 2015 at 2:54 PM, Daniel Miller wrote: > Not quite but I'm improving. Or something... > > Looking under solr5/server/solr I see

Re: Upgrading from 4.x to 5.x

2015-11-18 Thread Jan Høydahl
Hi You could try this Instead of example/, use the server/ folder (it has Jetty in it) Start Solr using bin/solr start script instead of java -jar start.jar … Leave your solrconfig and schema as is to keep back-compat with 4.x. You may need to remove use of 3.x classes that were deprecated in