Re: Unable to choose request handler

2009-01-06 Thread Mark Ferguson
Thanks, this fixed the problem. Maybe this parameter could be added to the standard request handler in the sample solrconfig.xml, as it is confusing that it uses the default request handler's defType even when not using that handler. I didn't completely understand your explanation, though. Thanks f

Re: Unable to choose request handler

2009-01-06 Thread Yonik Seeley
On Tue, Jan 6, 2009 at 5:01 PM, Mark Ferguson wrote: > It seems that the problem is related to the defType parameter. When I > specify defType=, it uses the correct request handler. It seems that it is > using the correct request handler, but it is defaulting to defType=dismax, > even though I hav

Re: Unable to choose request handler

2009-01-06 Thread Mark Ferguson
I apologize, entering the defType parameter explicitly has nothing to do with it, this was a caching issue. I tested the different configurations thoroughly, and this is what I've come up with: - When using 'dismax' request handler as default: - Queries are always parsed using the dismax par

Re: Unable to choose request handler

2009-01-06 Thread Mark Ferguson
It seems that the problem is related to the defType parameter. When I specify defType=, it uses the correct request handler. It seems that it is using the correct request handler, but it is defaulting to defType=dismax, even though I have not specified that parameter in the standard request handler