On Mon, Sep 8, 2008 at 12:16 PM, Alex Gadea <[EMAIL PROTECTED]> wrote: > Is there any way to issue a query against SOLR that will return all records > in the index?
http://localhost:8983/solr/select?q=*:* Checking the admin stats page should also tell you the number of documents in the index. -Yonik