On 4/23/07, Jennifer Seaman <[EMAIL PROTECTED]> wrote:
When there is no "q" Solr complains. How can I browse a facet without a keyword query? For example, I want to view all document for a given state;?q=&fq=state:California
With a relatively recent nightly build, you can use q=*:* Before that, use an open-ended range query like q=state:[* TO *] -Yonik