Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 169 invoked from network); 24 Jul 2007 19:52:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 19:52:55 -0000 Received: (qmail 38097 invoked by uid 500); 24 Jul 2007 19:52:54 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 38030 invoked by uid 500); 24 Jul 2007 19:52:54 -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 38013 invoked by uid 99); 24 Jul 2007 19:52:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 12:52:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 12:52:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6092C71418E for ; Tue, 24 Jul 2007 12:52:31 -0700 (PDT) Message-ID: <10101037.1185306751393.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 12:52:31 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-871) ISOLatin1AccentFilter a bit slow In-Reply-To: <4191359.1177860135283.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515077 ] Michael McCandless commented on LUCENE-871: ------------------------------------------- I think we can likely get a sizable speedup here by using the char[] termBuffer in Token plus the new "re-use single Token" API being discussed here: http://www.gossamer-threads.com/lists/lucene/java-dev/51283 > ISOLatin1AccentFilter a bit slow > -------------------------------- > > Key: LUCENE-871 > URL: https://issues.apache.org/jira/browse/LUCENE-871 > Project: Lucene - Java > Issue Type: Bug > Components: Analysis > Affects Versions: 1.9, 2.0.0, 2.0.1, 2.1, 2.2 > Reporter: Ian Boston > Attachments: ISOLatin1AccentFilter.java.patch > > > The ISOLatin1AccentFilter is a bit slow giving 300+ ms responses when used in a highligher for output responses. > Patch to follow -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org