: Can someone explain how to register a SolrEventListener? *typically* it's done using the <listener> syntax as noted on the wiki page you linked to However...
: I am actually interested in using the SpellCheckerListener and it appears ...that listener is designed to be registred for you automaticly depending on how you configure the SpellCheckComponent... http://wiki.apache.org/solr/SpellCheckComponent#Building_on_Commits : but according to the wiki "the only events that can be "listened" for are : firstSearcher and newSearcher" : (http://wiki.apache.org/solr/SolrPlugins#SolrEventListener) Is the wiki : outdated or something? that was mistaken, i've fixed it. (but as i said: don't try to manually register it yourself, use hte SpellCheckComponent configuration) -Hoss