Re: alternative to DisMaxRequestHandler needed for upgrade to solr 4.6.0

2013-12-09 Thread Peri Stracchino
thanks guys, that worked On 6 December 2013 23:55, Shawn Heisey wrote: > On 12/6/2013 8:58 AM, Peri Stracchino wrote: > >> I'm trying to upgrade a solr installation from 1.4 (yes, really) to 4.6.0, >> and I find our requesthandler was solr.DisMaxRequestHandler, which is now >> not only deprecat

Re: alternative to DisMaxRequestHandler needed for upgrade to solr 4.6.0

2013-12-06 Thread Shawn Heisey
On 12/6/2013 8:58 AM, Peri Stracchino wrote: I'm trying to upgrade a solr installation from 1.4 (yes, really) to 4.6.0, and I find our requesthandler was solr.DisMaxRequestHandler, which is now not only deprecated but deleted from solr-core-4.6.0.jar. Can anyone advise on suitable alternatives,

Re: alternative to DisMaxRequestHandler needed for upgrade to solr 4.6.0

2013-12-06 Thread Erick Erickson
Try edismax it's an improved dismax. Warning, though, it behaves a bit differently than dismax so you'll have to look again at the results and perhaps tweak. Best, Erick On Dec 6, 2013 10:58 AM, "Peri Stracchino" wrote: > Hi > I'm trying to upgrade a solr installation from 1.4 (yes, really) to

alternative to DisMaxRequestHandler needed for upgrade to solr 4.6.0

2013-12-06 Thread Peri Stracchino
Hi I'm trying to upgrade a solr installation from 1.4 (yes, really) to 4.6.0, and I find our requesthandler was solr.DisMaxRequestHandler, which is now not only deprecated but deleted from solr-core-4.6.0.jar. Can anyone advise on suitable alternatives, or was there any form of direct replacement