On 10 August 2012 14:09, Videnova, Svetlana <svetlana.viden...@logica.com> wrote: > Hi everybody, someone can help me please with this: > > > > I have a problem to index the part named "contenusection". > > > -Data-config.xml : > <entity name="contenusection" query="select * from contenusection where > section_id = '${section.id}'"> > > Section.id Is ok => <field column="id" name="section_id"/>
It is a little difficult to understand what you are saying (please share the complete schema.xml, and the the DIH configuration file), but if I understand correctly, what you need to do is to add another entry in the DIH configuration file, something like: <field column="contenusection_id" name="contenusection_id"/> The exact setting would depend on what column in the dat abase corresponds to contenusection_id Regards, Gora