Hi guys, I have encountered a problem with entity name, see the data config code below. the variable '${ea.a_aid}' was always empty. I suspect it is a namespace issue. Anyone knows how to bypass it?
This is on oracle database. I had to use the prefix "myschema.", otherwise, the table name was not recognized. The similar thing worked on database without adding a prefix to the table names. Thanks in advance! <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>${dataimporter.request.aid}"> <entity name="e_b" query="select col as c_col from myschema.table_b where myschema.table_b.aid='${ea.a_aid}'"/> </entity> -- View this message in context: http://lucene.472066.n3.nabble.com/entity-name-issue-tp2843812p2843812.html Sent from the Solr - User mailing list archive at Nabble.com.