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 2008/09/25 19:39:08 UTC

[Solr Wiki] Update of "HackingSolr" by JeromeEteve

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 JeromeEteve:
http://wiki.apache.org/solr/HackingSolr

------------------------------------------------------------------------------
  = Solr Plugins =
  
- The first thing to know if you are interested in hacking and customizing Solr, is that you may not need to customize the source at all.  Solr has a fairly extensive number of [:SolrPlugin:Plugin Hooks] that allow you to add custom functionality for a variety of purposes by developing against some simple APIs, and then use your plugins by placing your jar in a special "lib" directory and refering to them by name in your configuration file.
+ The first thing to know if you are interested in hacking and customizing Solr, is that you may not need to customize the source at all.  Solr has a fairly extensive number of [:SolrPlugins:Plugin Hooks] that allow you to add custom functionality for a variety of purposes by developing against some simple APIs, and then use your plugins by placing your jar in a special "lib" directory and refering to them by name in your configuration file.
  
  = web.xml Hacks =