On Jun 5, 2013, at 20:39 , Stavros Delisavas <stav...@delisavas.de> wrote: > Thanks so far. > > This change makes Solr work over the title-entries too, yay! Unfortunatly > they don't get processed(skipped rows). In my log it says > "missing required field id" for every entry. > > I checked my schema.xml. In there "id" is not set as a required field. > removing the uniquekey-property also leads to no improvement. > > Any further ideas?
You need a field to hold a unique identifier for the document, and your data-import setup must ensure that that specific fields gets a unique identifier. "Unique" here means unique across all documents, no matter where they come from.