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">
