Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 72635 invoked from network); 7 Dec 2010 19:52:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 19:52:35 -0000 Received: (qmail 77767 invoked by uid 500); 7 Dec 2010 19:52:34 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 77714 invoked by uid 500); 7 Dec 2010 19:52:34 -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 77707 invoked by uid 99); 7 Dec 2010 19:52:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 19:52:34 +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, 07 Dec 2010 19:52:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB7JqAMv001115 for ; Tue, 7 Dec 2010 19:52:10 GMT Message-ID: <16930526.33781291751530699.JavaMail.jira@thor> Date: Tue, 7 Dec 2010 14:52:10 -0500 (EST) From: "Steven Rowe (JIRA)" To: dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-2763) Swap URL+Email recognizing StandardTokenizer and UAX29Tokenizer In-Reply-To: <11657879.87461289845573987.JavaMail.jira@thor> 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-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2763. --------------------------------- Resolution: Fixed Lucene Fields: (was: [New]) Committed to trunk revision 1043071, branch_3x revision 1043180 > Swap URL+Email recognizing StandardTokenizer and UAX29Tokenizer > --------------------------------------------------------------- > > Key: LUCENE-2763 > URL: https://issues.apache.org/jira/browse/LUCENE-2763 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Affects Versions: 3.1, 4.0 > Reporter: Steven Rowe > Assignee: Steven Rowe > Fix For: 3.1, 4.0 > > Attachments: LUCENE-2763.patch, LUCENE-2763.patch, LUCENE-2763.patch > > > Currently, in addition to implementing the UAX#29 word boundary rules, StandardTokenizer recognizes email adresses and URLs, but doesn't provide a way to turn this behavior off and/or provide overlapping tokens with the components (username from email address, hostname from URL, etc.). > UAX29Tokenizer should become StandardTokenizer, and current StandardTokenizer should be renamed to something like UAX29TokenizerPlusPlus (or something like that). > For rationale, see [the discussion at the reopened LUCENE-2167|https://issues.apache.org/jira/browse/LUCENE-2167?focusedCommentId=12929325&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12929325]. -- 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