You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Rafael Pappert <rp...@fwpsystems.com> on 2012/08/08 15:20:22 UTC

getting empty result but numFound > 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.

Re: getting empty result but numFound > 0

Posted by Jack Krupansky <ja...@basetechnology.com>.
"status":500 means there was probably an exception on the server. Check the 
Solr log file for details.

-- Jack Krupansky

-----Original Message----- 
From: Rafael Pappert
Sent: Wednesday, August 08, 2012 9:20 AM
To: solr-user@lucene.apache.org
Subject: getting empty result but numFound > 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. 


RE: getting empty result but numFound > 0

Posted by Markus Jelsma <ma...@openindex.io>.
The status is 500, check your logs for some errors.

 
 
-----Original message-----
> From:Rafael Pappert <rp...@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.
>