> Hi All
> 
> I have a working Solr servlet and a Web Interfact calling
> this
> servlet...with a well sized index.
> I don't remember changing anything significantly over the
> past few hours,
> but iam facing a strange problem.
> 
> while a query like: *:* is not returning any documents, a
> query with some
> specific text does return all documents relevant to that
> query.
> 
> although this issue does not affect my application, i just
> got curious as to
> what is happening.
> 
> Any suggestions, from anyone?

May be you are using dismax query parser? defType=dismax
It does not recognize *:*, it thats the case q.alt=*:* parameter exists.

Reply via email to