> " Following up from your message on the Nutch list. If q=*:* is showing you > empty <doc></doc> elements, no fields are getting indexed."
I don't think that is correct. I believe that the correct statement would be no fields are getting *** stored ***. If the fields were not getting indexed, they would not get any hits at all: there would be no document returned -- no doc elements. If he is getting hits, but the resulting document is empty, that would mean to me that there was nothing stored in any fields to return. -----Original Message----- From: Gora Mohanty [mailto:g...@mimirtech.com] Sent: Wednesday, September 07, 2011 1:10 PM To: solr-user@lucene.apache.org Subject: Re: Spellcheck On Wed, Sep 7, 2011 at 3:47 PM, Danicela nutch <danicela-nu...@mail.com> wrote: > I just tried to start the data from scratch, I deleted Nutch segments and > solr/data/index files, but it changed nothing. Maybe I should delete other > elements ? [...] Hi, Following up from your message on the Nutch list. If q=*:* is showing you empty <doc></doc> elements, no fields are getting indexed. One suspicious thing that I just noticed is: <field name="textSpell" type="text" stored="false" indexed="true" multiValued="true" /> If your spell-checked fieldType is named "textSpell", the type here should be "textSpell". Regards, Gora