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 EA71F34AB for ; Fri, 6 May 2011 14:13:45 +0000 (UTC) Received: (qmail 9944 invoked by uid 500); 6 May 2011 14:13:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 9888 invoked by uid 500); 6 May 2011 14:13: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 9881 invoked by uid 99); 6 May 2011 14:13:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 14:13:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Fri, 06 May 2011 14:13:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2F1BBC466C for ; Fri, 6 May 2011 14:13:03 +0000 (UTC) Date: Fri, 6 May 2011 14:13:03 +0000 (UTC) From: "Olivier Favre (JIRA)" To: dev@lucene.apache.org Message-ID: <1810753614.28216.1304691183189.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1892190426.21900.1304525403817.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3071) PathHierarchyTokenizer adaptation for urls: splits reversed 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-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029944#comment-13029944 ] Olivier Favre commented on LUCENE-3071: --------------------------------------- It seems you forgot to commit lucene/contrib/CHANGES.txt to describe the new feature. Regards > PathHierarchyTokenizer adaptation for urls: splits reversed > ----------------------------------------------------------- > > Key: LUCENE-3071 > URL: https://issues.apache.org/jira/browse/LUCENE-3071 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/analyzers > Reporter: Olivier Favre > Assignee: Ryan McKinley > Priority: Minor > Fix For: 3.2, 4.0 > > Attachments: LUCENE-3071.patch, LUCENE-3071.patch, LUCENE-3071.patch, LUCENE-3071.patch, ant.log.tar.bz2 > > Original Estimate: 2h > Remaining Estimate: 2h > > {{PathHierarchyTokenizer}} should be usable to split urls the a "reversed" way (useful for faceted search against urls): > {{www.site.com}} -> {{www.site.com, site.com, com}} > Moreover, it should be able to skip a given number of first (or last, if reversed) tokens: > {{/usr/share/doc/somesoftware/INTERESTING/PART}} > Should give with 4 tokens skipped: > {{INTERESTING}} > {{INTERESTING/PART}} -- 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