Hi all,
I would like to see the output from snapshooter as it executes after it has been called via the postCommit event of the solr.RunExecutableListener class. In my solrconfig.xml, the listener is described by: <listener event="postCommit" class="solr.RunExecutableListener"> <str name="exe">snapshooter</str> <str name="dir">solr/bin</str> <bool name="wait">true</bool> </listener> Is there a way to send snapshooter's output to stdout of the terminal which I executed the commit command? Thanks, Jerry Mindek