I tried http://localhost:8983/solr/select/?q =*:* and it returns <result name="response" numFound="7376" start="0"> and many <doc></doc> inside. I also think that there is a problem with the Spellcheck index build but Nutch indexing should be fine then I don't know where to search the problem. I'll post this on the Solr lists, thanks for help. ----- Original Message ----- From: Gora Mohanty Sent: 09/07/11 09:53 AM To: [email protected] Subject: Re: Spellcheck with Solr
On Wed, Sep 7, 2011 at 1:16 PM, Danicela nutch <[email protected]> wrote: [...] > The first time, I put a spellcheck.build=true in the request, the index was modified, but has only 20 bytes. (I think that's strange for 7000 indexed pages) This seems to indicate that something went wrong with the indexing. 20bytes is definitely too small, and you probably have no entries at all in the index. How do you do indexing? Were there any error messages in the Solr logs at indexing time? > This request : http://localhost:8983/solr/select/?q=nytames You could check if there are any entries at all with: http://localhost:8983/solr/select/?q=*:* Regards, Gora

