Combining analyzers output
--------------------------

                 Key: LUCENE-3392
                 URL: https://issues.apache.org/jira/browse/LUCENE-3392
             Project: Lucene - Java
          Issue Type: New Feature
            Reporter: Olivier Favre
            Priority: Minor
             Fix For: 3.4


It should be easy to combine the output of multiple Analyzers, or TokenStreams.
A ComboAnalyzer and a ComboTokenStream class would take multiple instances, and 
multiplex their output, keeping a rough order of tokens like increasing 
position then increasing start offset then increasing end offset.

--
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]

Reply via email to