[
https://issues.apache.org/jira/browse/LUCENE-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Favre updated LUCENE-3071:
----------------------------------
Attachment: ant.log.tar.bz2
I'm using Ubuntu 10.04.2 LTS.
ant -version
Apache Ant version 1.7.1 compiled on September 8 2010
I followed the wiki: http://wiki.apache.org/lucene-java/HowToContribute
I used svn checkout http://svn.eu.apache.org/repos/asf/lucene/dev/trunk/
lucene-trunk.
I'm working under revision 1099843 (yours).
See ant log attached.
> 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
> Priority: Minor
> Attachments: 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: [email protected]
For additional commands, e-mail: [email protected]