You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Joel Nylund <jn...@yahoo.com> on 2009/12/03 18:21:18 UTC

debugging javascript DIH

is there a way to print to std out or anything from my javascript DIH  
transformer?

thanks
Joel

Re: debugging javascript DIH

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Thu, Dec 3, 2009 at 10:51 PM, Joel Nylund <jn...@yahoo.com> wrote:

> is there a way to print to std out or anything from my javascript DIH
> transformer?
>
>
I don't think so. As a workaround you can add the data that you want to
print to the map and have a LogTransformer print it out.

-- 
Regards,
Shalin Shekhar Mangar.

Re: debugging javascript DIH

Posted by Luca Molteni <vo...@gmail.com>.
Of course you can. Just use remote debugging. Which app server are you
using? IDE?

L.M.



2009/12/3 Joel Nylund <jn...@yahoo.com>:
> is there a way to print to std out or anything from my javascript DIH
> transformer?
>
> thanks
> Joel
>