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