On Tue, Sep 27, 2011 at 7:46 PM, ahmad ajiloo <ahmad.aji...@gmail.com> wrote:
> find the attachments.
[...]

So, it is pretty clear then. As people have mentioned earlier,
your solr.xml has fields that are not defined in schema.xml.
E.g., you need to have a field with name="name" defined
for the particular field referred to in the error message.
Something like:
<field name="name" type="text" stored="false" indexed="true"/>
though, the attributes will vary depending on your needs.

Regards,
Gora

Reply via email to