RE: *:* query with dismax

2011-05-08 Thread Jason Chaffee
Fri 5/6/2011 7:34 PM To: solr-user@lucene.apache.org Subject: Re: *:* query with dismax it does seem a little weird, but q.alt will get what you want: http://wiki.apache.org/solr/DisMaxQParserPlugin#q.alt hth, rc On Fri, May 6, 2011 at 7:41 PM, Jason Chaffee wrote: > Can you shed so

Re: *:* query with dismax

2011-05-06 Thread Rob Casson
I need it to work for faceting, but I do need > the dismax abilities as well. > > -Original Message- > From: Mark Mandel [mailto:mark.man...@gmail.com] > Sent: Friday, May 06, 2011 4:30 PM > To: solr-user@lucene.apache.org > Subject: Re: *:* query with dismax > &g

RE: *:* query with dismax

2011-05-06 Thread Jason Chaffee
-user@lucene.apache.org Subject: Re: *:* query with dismax This is exactly what should be happening, as the dismax parser doesn't understand regular query syntax (and for good reason too). This tripped me up as well when I first started using dismax. Solution for me was to comfigure the handl

Re: *:* query with dismax

2011-05-06 Thread Mark Mandel
This is exactly what should be happening, as the dismax parser doesn't understand regular query syntax (and for good reason too). This tripped me up as well when I first started using dismax. Solution for me was to comfigure the handler to use *:* when the query is empty, so that you can still get