That is how transformers work. They act on a per-entity basis. If you
want a transformer on a child entity then you must explicitly specify
it. The other way is to join in SQL and retrieve the result of the
join query in a single entity from your database, then the transformer
will get both the par
Thanks; I verified that SOLR is intact returning the parent/child rows, but for
some reason, the transformer that I have on the parent table, only receives the
rows from the parent record. I was wondering how the transformer can get the
result of the join query which would be both parent/child r
On 2/9/2014 11:09 AM, PeriS wrote:
> I have a simple join query;
>
>
>
>
>
> This doesn’t bring back the child address records. Am I missing something?
If you want to see the actual SQL that Solr sends, change the logging
level of org.apache.solr.handler.dataimport.JdbcDataSource
I have a simple join query;
This doesn’t bring back the child address records. Am I missing something?
Thanks
-Peri.S
*** DISCLAIMER *** This is a PRIVATE message. If you are not the intended
recipient, please delete without copying and kindly advise us by e-mail of the
mi
Hi,
Turn the Solr logging level to "FINE" for the DIH packages/classes and they
will show up in the log.
http://:/solr//admin/logging
On Fri, Jun 1, 2012 at 9:34 AM, wangjing wrote:
> how to show DIH query's sql in log file for troubleshooting?
>
> thanks.
>
--
Thanks and Regards
Rahul A. W
Hi All
I have been using DataImportHandler and full import in Solr , now I want SorJ
to index files from a directory either by using DataImportHandler or some other
way.
I am not sure the how to go about it :
1. Do I just need to copy solrJ and relevant jars to lib folder of Solr ?
2. Do I n