Am 21.05.2012 12:07, schrieb Tolga:
Hi,

I am getting this error:

[doc=null] missing required field: id

[...]

I've got this entry in schema.xml: <field name="id" type="string"
stored="true" indexed="true"/>
What to do?

Simply make sure that every document you're sending to Solr contains this id field.

I assume it's declared as your unique id field, so it's mandatory.

Greetings,
Kuli

Reply via email to