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?
Am 05.06.2013 18:01, schrieb sodoo:
Maybe problem is two document declare in data-config.xml.
You will try change this one.
<document>
<entity name="name" query="SELECT id, name FROM name"></entity>
<entity name="title" query="SELECT id AS titleid, title FROM
name"></entity>
</document>
--
View this message in context:
http://lucene.472066.n3.nabble.com/data-import-problem-tp4068306p4068373.html
Sent from the Solr - User mailing list archive at Nabble.com.