Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A98386D1C for ; Thu, 4 Aug 2011 23:54:55 +0000 (UTC) Received: (qmail 4656 invoked by uid 500); 4 Aug 2011 23:54:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 4227 invoked by uid 500); 4 Aug 2011 23:54:51 -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 4213 invoked by uid 99); 4 Aug 2011 23:54:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 23:54:50 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 23:54:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1EA04A8D5F for ; Thu, 4 Aug 2011 23:54:27 +0000 (UTC) Date: Thu, 4 Aug 2011 23:54:27 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <2113378902.9868.1312502067122.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1831408471.9045.1312488267179.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3361) port url+email tokenizer to standardtokenizerinterface (or similar) 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-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3361: -------------------------------- Attachment: LUCENE-3361.patch Attached is a patch, before applying it you must move the UAX29URLEmailTokenizer.jflex to UAX29URLEmailTOkenizerImpl.jflex * ports this tokenizer over to StandardTokenizerInterface * Fixes LUCENE-3358 bug * regenerates TLDs for trunk only * adds backwards 3.1 version with bug and old TLDs and some basic tests. * adds new ctors that require version, deprecates version-less ones * deprecates inputstream ctor that uses default charset * reorganizes constants like standardtokenizer and deprecates the old ones. > port url+email tokenizer to standardtokenizerinterface (or similar) > ------------------------------------------------------------------- > > Key: LUCENE-3361 > URL: https://issues.apache.org/jira/browse/LUCENE-3361 > Project: Lucene - Java > Issue Type: Bug > Components: modules/analysis > Affects Versions: 3.3 > Reporter: Robert Muir > Attachments: LUCENE-3361.patch > > > We should do this so that we can fix the LUCENE-3358 bug there, and preserve backwards. > We also want this mechanism anyway, for upgrading to new unicode versions in the future. > We can regenerate the new TLD list for 3.4 but, we should ensure the existing one is used for the urlemail33 or whatever, > so that its exactly the same. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org