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

Robert Muir commented on LUCENE-3400:
-------------------------------------

+1, i don't even think this needs an additionally ctor to control this little 
stem dictionary, if you want a customized one you can always make your own 
analyzer, where you instantiate the stemmeroverridefilter with whatever 
dictionary you want?

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and 
> also uses a File which isn't ideal).  It should be deprecated in 3x, removed 
> in trunk.

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