i've enabled the snapshooter to run after commit and it's working fine until
i've added a spellchecker with 
buildOnCommit = true...  Any idea why?   Thanks

  <updateHandler class="solr.DirectUpdateHandler2">
    <listener event="postCommit" class="solr.RunExecutableListener">
      <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>
    </listener>

    <listener event="postOptimize" class="solr.RunExecutableListener">
      <str name="exe">snapshooter</str>
      <str name="dir">solr/bin</str>
      <bool name="wait">true</bool>
    </listener>

  </updateHandler>

-- 
View this message in context: 
http://www.nabble.com/Snapshot-is-not-created-when-I-added-spellchecker-with-buildOnCommit-tp25796857p25796857.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to