Re: Changing to multicore

2009-01-28 Thread Jeff Newburn
Tried that. Basically, solr really didn't want to do the internal rewrite. So essentially we would have to rewrite with a full redirect and then change the solrj source to allow it to follow the redirect. We are going with an external rewriter. However, the seemingly easiest way would be to just

Re: Changing to multicore

2009-01-28 Thread Bryan Talbot
I would think that using a servlet filter to rewrite the URL should be pretty strait forward. You could write your own or use a tool like http://tuckey.org/urlrewrite/ and just configure that. Using something like this, I think the upgrade procedure could be: - install rewrite filter to rewr

Changing to multicore

2009-01-28 Thread Jeff Newburn
We are moving from single core to multicore. We have a few servers that we want to migrate one at a time to ensure that each one functions. This process is proving difficult as there is no default core to allow the application to talk to the solr servers uniformly (ie without a core name during c