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 Apache Wiki <wi...@apache.org> on 2007/07/13 21:29:56 UTC

[Solr Wiki] Update of "SolrPlugins" by SamiSiren

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by SamiSiren:
http://wiki.apache.org/solr/SolrPlugins

------------------------------------------------------------------------------
  
  === SolrEventListener ===
  
- Instances of the [http://lucence.apache.org/solr/docs/api/org/apache/solr/core/SolrEventListener.html SolrEventListener] Interface can be configured in your [wiki:SolrConfigXml solrconfig.xml] to be be executed any time specific events occur within Solr (currently, the only events that can be "listened" for are `firstSearcher` and `newSearcher`)...
+ Instances of the [http://lucene.apache.org/solr/docs/api/org/apache/solr/core/SolrEventListener.html SolrEventListener] Interface can be configured in your [wiki:SolrConfigXml solrconfig.xml] to be be executed any time specific events occur within Solr (currently, the only events that can be "listened" for are `firstSearcher` and `newSearcher`)...
  
  {{{
      <listener event="newSearcher" class="my.package.CustomEventListener">