[
https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747137#action_12747137
]
Lance Norskog commented on SOLR-1057:
-------------------------------------
Also, the field must be multi-valued. This should be added to the Factory.
> PathTokenizerFactory
> --------------------
>
> Key: SOLR-1057
> URL: https://issues.apache.org/jira/browse/SOLR-1057
> Project: Solr
> Issue Type: New Feature
> Components: Analysis
> Reporter: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-1057-PathTokenizerFactory.patch,
> SOLR-1057-PathTokenizerFactory.patch
>
>
> This is a Tokenizer that splits the input string into a series of paths. For
> example:
> {panel}
> /aaa/bbb/ccc
> {panel}
> becomes:
> {panel}
> /aaa/
> /aaa/bbb/
> /aaa/bbb/ccc
> {panel}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.