Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 50457 invoked from network); 19 Aug 2002 17:37:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Aug 2002 17:37:11 -0000 Received: (qmail 27138 invoked by uid 97); 19 Aug 2002 17:37:36 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@jakarta.apache.org Received: (qmail 27050 invoked by uid 97); 19 Aug 2002 17:37:35 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 27014 invoked by uid 98); 19 Aug 2002 17:37:33 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <3D612D25.3060501@lucene.com> Date: Mon, 19 Aug 2002 10:38:45 -0700 From: Doug Cutting User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christian Ullenboom <320041113239-0001@t-online.de> CC: Lucene Developers List Subject: Re: Optimize References: <004501c2484f$f7f3ee10$aa7ba8c0@SHARP> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Christian Ullenboom wrote: > I take a look at the StopFilter/StopAnalyser, the BitVector, and > PorterStemmer and I would like to optimize the code. What is the best > way to contribute? Please submit contributions to lucene-dev@jakarta.apache.org. If the changes are small, a diff file is appropriate. For more extensive changes, it's better to submit entire files. The folks on this mailing list can review the proposed changes, and, if they're approved, check them in to CVS. New code should be well documented and be accompanied by JUnit test suites. Performance optimizations that make code more complex must be accompanied by benchmarks that illustrate measurable improvements. Thanks, Doug -- To unsubscribe, e-mail: For additional commands, e-mail: