: After 2008/05/01 19:53:20, I am sure that we committed and optimized : once around 2008/05/02 00:53:00. : : And I checked the log of our program which sends the commit and optimize : to solr. There is no any exception. And I can see the commit and : optimize having been sent to solr in the log. I don't think that the : problem is in solr. There is probably a bug in our program. I don't : think so as well. (Really??), checking again...
you can see the commit+optimize in hte log of your program, but do you see it in the access log for the servlet container running Solr? Do you see it in Solr's logs? ... SOlr will INFO log the start and end of any commit or optimize -- if there was an error of anykind that would be logged as well (and an error is the only reason i can think of why the postCommit or postOptimize listeners wouldn't be triggered. -Hoss