You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2007/08/15 03:36:45 UTC

svn commit: r565997 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

Author: yonik
Date: Tue Aug 14 18:36:44 2007
New Revision: 565997

URL: http://svn.apache.org/viewvc?view=rev&rev=565997
Log:
better RunExecutableListener example

Modified:
    lucene/solr/trunk/example/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?view=diff&rev=565997&r1=565996&r2=565997
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Tue Aug 14 18:36:44 2007
@@ -98,8 +98,8 @@
       -->
     <!-- A postCommit event is fired after every commit or optimize command
     <listener event="postCommit" class="solr.RunExecutableListener">
-      <str name="exe">snapshooter</str>
-      <str name="dir">solr/bin</str>
+      <str name="exe">solr/bin/snapshooter</str>
+      <str name="dir">.</str>
       <bool name="wait">true</bool>
       <arr name="args"> <str>arg1</str> <str>arg2</str> </arr>
       <arr name="env"> <str>MYVAR=val1</str> </arr>