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

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.

Reply via email to