Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 5098 invoked from network); 17 Aug 2010 21:09:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 21:09:38 -0000 Received: (qmail 17413 invoked by uid 500); 17 Aug 2010 21:09:37 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 17336 invoked by uid 500); 17 Aug 2010 21:09:37 -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 17329 invoked by uid 99); 17 Aug 2010 21:09:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 21:09:36 +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; Tue, 17 Aug 2010 21:09:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HL9GrY007485 for ; Tue, 17 Aug 2010 21:09:16 GMT Message-ID: <3594535.404511282079356096.JavaMail.jira@thor> Date: Tue, 17 Aug 2010 17:09:16 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2606) optimize contrib/regex for flex In-Reply-To: <1344919.404471282079236312.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2606: -------------------------------- Attachment: LUCENE-2606.patch simple patch, we will have to list the break (matches(String) -> matches(BytesRef) in contrib/changes because RegexCapabilities is an interface, no way to do any back compat. > optimize contrib/regex for flex > ------------------------------- > > Key: LUCENE-2606 > URL: https://issues.apache.org/jira/browse/LUCENE-2606 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/* > Reporter: Robert Muir > Fix For: 4.0 > > Attachments: LUCENE-2606.patch > > > * changes RegexCapabilities match(String) to match(BytesRef) > * the jakarta and jdk impls uses CharacterIterator/CharSequence matching against the utf16result instead. > * i also reuse the matcher for jdk, i don't see why we didnt do this before but it makes sense esp since we reuse the CSQ -- 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