Why does solr keeps creating connections in full import

2011-04-07 Thread tjtong
Why does solr keeps creating connections for each table, even though they are in the same database? This happened in the process of full-import. I used one table as the root entity, and join the other tables. But solr keeps creating database connections for each table. Any one has any idea or had s

entity name issue

2011-04-20 Thread tjtong
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 no

Re: entity name issue

2011-04-21 Thread tjtong
Hi Em, Thanks a lot! But it still does not work. Actually my "where" clause in my query was '${dataimporter.request.clean}' != 'false' and myschema.table_a.aid=${dataimporter.request.aid}" which I used to pass a value to the full import process, and it worked without the prefix "myschema." on syba