On 11/21/06, Tom <[EMAIL PROTECTED]> wrote:
Is there a way to do a match all docs query in solr?I mean is there something I can put in a solr URL that will get recognized by the SolrQueryParser as meaning a "match all"?
No, but there should be. I've considered *:* but I haven't checked if the JavaCC grammar will allow that through or if it would need to be modified. -Yonik