On 24 October 2012 13:03, mroosendaal <mroosend...@yahoo.com> wrote: > Hi, > > Here's the relevant part of my schema: [...] > > <uniqueKey>pdt_id</uniqueKey> > ... > > the data is read from into another searchengine fine but i'll try the select > queries individually. The field-definitions need some tweaking. [...]
As you are not specifically defining field entries inside the entities, the names of the columns from the SELECT statements must match the names of fields in the Solr DIH configuration file (case does not matter). E.g., if you expect pdt_description to be filled, one of the SELECTs must fetch a column of that name. Please see http://wiki.apache.org/solr/DataImportHandler#Full_Import_Example , if you have not already come across it. Also, a nested entity will be skipped if the SELECT for the outer one fails. Regards, Gora