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

Robert Muir commented on LUCENE-3376:
-------------------------------------

I agree: we should push this logic into analyzer.

the first step to doing this is sort of a nightmare, i think that is to remove 
tokenStream() and only support reusableTokenStream() in all the tests etc... it 
seems easy but its a ton of work actually.

> Move ReusableAnalyzerBase into core
> -----------------------------------
>
>                 Key: LUCENE-3376
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3376
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/analysis
>            Reporter: Chris Male
>
> In LUCENE-2309 it was suggested that we should make Analyzer reusability 
> compulsory.  ReusableAnalyzerBase is a fantastic way to drive reusability so 
> lets move it into core (so that we can then change all impls over to using 
> it).

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