Thanks, ?q.alt=*:* worked for me -- how do I make sure that the standard query parser is configured.
Thanks. MM. On Mon, Oct 24, 2011 at 2:47 AM, Ahmet Arslan <iori...@yahoo.com> wrote: > > 2. If send solr the following query: > > q=*:* > > > > I get nothing just: > > <response><result > > name="response" numFound="0" start="0" > > maxScore="0.0"/><lst > > name="highlighting"/></response> > > > > Would appreciate some insight into what is going on. > > If you are using dismax as query parser, then *:* won't function as match > all docs query. To retrieve all docs - with dismax - use q.alt=*:* > parameter. Also, adding debugQuery=on will display information about parsed > query. >