You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dave Craft (JIRA)" <ji...@apache.org> on 2010/04/25 21:05:49 UTC

[jira] Commented: (SOLR-1057) PathTokenizerFactory

    [ https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860736#action_12860736 ] 

Dave Craft commented on SOLR-1057:
----------------------------------

Hey.. any update on this one? I'm looking for a way for Solr to store a tree structure category. E.g. a taxonomy. Perhaps there is a way to do this already? If someone could point me in the right direction that would be great.

Thanks

Dave

> PathTokenizerFactory
> --------------------
>
>                 Key: SOLR-1057
>                 URL: https://issues.apache.org/jira/browse/SOLR-1057
>             Project: Solr
>          Issue Type: New Feature
>          Components: Schema and 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org