Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84592769C for ; Tue, 1 Nov 2011 16:08:37 +0000 (UTC) Received: (qmail 20355 invoked by uid 500); 1 Nov 2011 16:08:37 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 20299 invoked by uid 500); 1 Nov 2011 16:08:36 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 20290 invoked by uid 99); 1 Nov 2011 16:08:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 16:08:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 16:08:33 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id E86E731E; Tue, 1 Nov 2011 16:08:12 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 01 Nov 2011 16:08:12 -0000 Message-ID: <20111101160812.99767.65024@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22HackingSolr=22_by_NickVeenhof?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "HackingSolr" page has been changed by NickVeenhof: http://wiki.apache.org/solr/HackingSolr?action=3Ddiff&rev1=3D9&rev2=3D10 =3D=3D Solr Plugins =3D=3D = 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 a= dd custom functionality for a variety of purposes by developing against som= e 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. + = + If you want to know how to add a custom plugin and let the plugin replace= the web.xml you can do something similar to the approach written on this b= log : + http://www.nickveenhof.be/blog/adding-custom-plugin-solr = =3D=3D web.xml Hacks =3D=3D =20