Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 71285 invoked from network); 30 Oct 2010 14:45:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 14:45:47 -0000 Received: (qmail 51987 invoked by uid 500); 30 Oct 2010 14:45:46 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 51763 invoked by uid 500); 30 Oct 2010 14:45:44 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 51754 invoked by uid 99); 30 Oct 2010 14:45:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 14:45:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 14:45:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9UEjJtx003209 for ; Sat, 30 Oct 2010 14:45:19 GMT Message-ID: <22255006.156641288449919481.JavaMail.jira@thor> Date: Sat, 30 Oct 2010 10:45:19 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-2098) make BaseCharFilter more efficient in performance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2098. --------------------------------- Resolution: Fixed Committed revision 1029077 to 3.0.x. Committed revision 1029087 to 2.9.x. I also cleared up the svn:eol-style problems on these branches, if you are merging on windows you shouldn't see any property conflicts anymore. > make BaseCharFilter more efficient in performance > ------------------------------------------------- > > Key: LUCENE-2098 > URL: https://issues.apache.org/jira/browse/LUCENE-2098 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/analyzers > Affects Versions: 3.1 > Reporter: Koji Sekiguchi > Assignee: Robert Muir > Priority: Minor > Fix For: 2.9.4, 3.0.3, 3.1, 4.0 > > Attachments: LUCENE-2098.patch, LUCENE-2098.patch, LUCENE-2098.patch > > > Performance degradation in Solr 1.4 was reported. See: > http://www.lucidimagination.com/search/document/43c4bdaf5c9ec98d/html_stripping_slower_in_solr_1_4 > The inefficiency has been pointed out in BaseCharFilter javadoc by Mike: > {panel} > NOTE: This class is not particularly efficient. For example, a new class instance is created for every call to addOffCorrectMap(int, int), which is then appended to a private list. > {panel} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org