How do I verify it exists? I've been crawling the same site and it
wasn't giving an error on Thursday.
Regards,
On 5/21/12 1:20 PM, Michael Kuhlmann wrote:
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