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 2006/12/15 21:04:02 UTC

[Solr Wiki] Update of "SolrPlugins" by HossMan

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

------------------------------------------------------------------------------
     1. unpack the solr.war
     1. add a jar containing your custom classes to the `WEB-INF/lib` directory
     1. repack your new, customized, solr.war and use it.
+ 
+ = Building Plugins =
+ 
+ To develop your own plugins, add the `apache-solr-XX-incubating.jar` to the classpath you use to compile your code.  It contains all of the Solr Interface and Class files you may need.
  
  = Classes that are 'Pluggable' =