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

