Hi
I've in my log optimize=true after a commit but I didnt allow it in my
solrconfig ???
<!-- A postCommit event is fired after every commit or optimize
command-->
<listener event="postCommit" class="solr.RunExecutableListener">
<str name="exe">/data/solr/video/bin/snapshooter</str>
<str name="dir">/data/solr/video/bin</str>
<arr name="args"><str>-c</str></arr>
<bool name="wait">true</bool>
</listener>
<!-- A postOptimize event is fired only after every optimize command,
useful
in conjunction with index distribution to only distribute optimized
indicies
<listener event="postOptimize" class="solr.RunExecutableListener">
<str name="exe">/data/solr/video/bin/snapshooter</str>
<str name="dir">/data/solr/video/bin</str>
<bool name="wait">true</bool>
</listener>-->
Do you have an idea where it comes from??
Thanks a lot,
--
View this message in context:
http://www.nabble.com/which-parameter-fire-optimize-tp22590500p22590500.html
Sent from the Solr - User mailing list archive at Nabble.com.