Re: questions on query format

2011-10-24 Thread Ahmet Arslan
> ?q.alt=*:* worked for me -- how do I make sure that the > standard query > parser is configured. You can append defType=lucene to your search URL. More permanent way is to default defType parameter in solrconfig.xml.

Re: questions on query format

2011-10-24 Thread Memory Makers
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 wrote: > > 2. If send solr the following query: > > q=*:* > > > > I get nothing just: > > > name="response" numFound="0" star

Re: questions on query format

2011-10-23 Thread Ahmet Arslan
> 2. If send solr the following query: >   q=*:* > >   I get nothing just: >     name="response" numFound="0" start="0" > maxScore="0.0"/> name="highlighting"/> > > Would appreciate some insight into what is going on. If you are using dismax as query parser, then *:* won't function as match all