Re: custom request handler; standard vs dismax

2008-04-01 Thread Erik Hatcher
I just chatted with Matt about this. It took me a few seconds (thinking this might be a browser caching issue without looking at the actual query), but the issue is that dismax does not support the *:* syntax. Removing the q parameter altogether does the trick, with it falling back to the

custom request handler; standard vs dismax

2008-04-01 Thread Matt Mitchell
Hi, I recently started playing with the dismax handler and custom request handlers. When using the solr.StandardRequestHandler class, I get the response that I want; lots of facet values. When I switch to the dismax class, I get none. I've posted my request handler definitions here. Am I missing s