Hi Tjong,

seems like your XML was invalid.

Try the following and compare it to your original config:

<entity name="e_a" query="select myschema.table_a.aid as id,
myschema.table_a.aid as a_aid from myschema.table_a where
'${dataimporter.request.clean}' != 'false' and myschema.table_a.aid">        
        <entity name="e_b" query="select col as c_col from myschema.table_b 
where
myschema.table_b.aid='${ea.a_aid}'"/>
</entity>      

Regards,
Em

--
View this message in context: 
http://lucene.472066.n3.nabble.com/entity-name-issue-tp2843812p2846326.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to