[ 
https://issues.apache.org/jira/browse/LUCENE-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029840#comment-13029840
 ] 

Simon Willnauer commented on LUCENE-3071:
-----------------------------------------

bq. I had some trouble merging from trunk to 3.x, and needed to just copy a few 
files – i hope that does not muck stuff up.
that change didn't seem to be hard to merge what did you do instead or merging? 
Maybe next time you should ask how to do it before copying stuff from trunk to 
branch?

we also have a "how to merge" wiki here 
http://wiki.apache.org/lucene-java/SvnMerge

I merged the missing file in and committed I will close once hudson is building 
correctly.

> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to