Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 19230 invoked from network); 24 Apr 2009 16:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Apr 2009 16:38:52 -0000 Received: (qmail 98949 invoked by uid 500); 24 Apr 2009 16:38:51 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 98843 invoked by uid 500); 24 Apr 2009 16:38:51 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 98835 invoked by uid 99); 24 Apr 2009 16:38:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 16:38:51 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.200.169] (HELO wf-out-1314.google.com) (209.85.200.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 16:38:43 +0000 Received: by wf-out-1314.google.com with SMTP id 24so920226wfg.20 for ; Fri, 24 Apr 2009 09:38:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.141.21 with SMTP id o21mr816281wfd.322.1240591102071; Fri, 24 Apr 2009 09:38:22 -0700 (PDT) In-Reply-To: <1240485205.7075.10.camel@localhost> References: <1240485205.7075.10.camel@localhost> Date: Fri, 24 Apr 2009 12:38:22 -0400 Message-ID: <9ac0c6aa0904240938q6ad1fc57vf42bb3cc9f9c8884@mail.gmail.com> Subject: Re: Fuzzy search optimization From: Michael McCandless To: java-dev@lucene.apache.org, varun@mapmyindia.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Please do! Mike On Thu, Apr 23, 2009 at 7:13 AM, Varun Dhussa wrote: > Hi, > > I was going through the Levenshtein distance code in > org.apache.lucene.search.FuzzyTermEnum.java of the 2.4.1 build. I > noticed that there can be a small, but effective optimization to the > distance calculation code (initialization). I have the code ready with > me. I can post it if anyone is interested. > > Thanks and regards > Varun Dhussa > Product Architect > CE InfoSystems (P) Ltd. > http://maps.mapmyindia.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org