On Dec 10, 2007 11:22 PM, climbingrose <[EMAIL PROTECTED]> wrote:
> I think there is a event listener interface for hooking into Solr events
> such as post commit, post optimise and open new searcher. I can't remember
> on top of my head but if you do a search for *EventListener in Eclipse,
> you'll find it.
> The Wiki shows how to trigger snapshooter after each commit and optimise.
> You should be able to follow this example to create your own listener.

Right... you shouldn't need to implement your own listeners though.
Search for postCommit in the example solrconfig.xml

-Yonik

Reply via email to