The status is 500, check your logs for some errors.

 
 
-----Original message-----
> From:Rafael Pappert <r...@fwpsystems.com>
> Sent: Wed 08-Aug-2012 15:49
> To: solr-user@lucene.apache.org
> Subject: getting empty result but numFound &gt; 0
> 
> Hello List,
> 
> i'm evaluate solr 4 / solrCloud and got the following problem.
> I've indexed ~1.5M Documents but the "docs" section in the response is always
> empty. The response for the *:* query looks like this:
> 
> {
>   "responseHeader":{
>     "status":500,
>     "QTime":12,
>     "params":{
>       "fl":"title,img",
>       "indent":"true",
>       "start":"0",
>       "q":"*:*",
>       "wt":"json",
>       "rows":"10"}},
>   "response":{"numFound":1441958,"start":0,"maxScore":1.0,"docs":[]
>   }
> 
> The schema.xml has a lot of stored/indexed fields. Any hints whats wrong?
> 
> Thanks in Advance,
> Rafael.
> 

Reply via email to