SnowballAnalyzer is broken with StopFilter API changes
------------------------------------------------------
Key: LUCENENET-461
URL: https://issues.apache.org/jira/browse/LUCENENET-461
Project: Lucene.Net
Issue Type: Bug
Components: Lucene.Net Contrib
Affects Versions: Lucene.Net 2.9.4g
Environment: Lucene 2.9.4g branch. Revision 1226845.
Reporter: Santiago M. Mola
SnowballAnalyzer uses StopFilter.MakeStopSet(String[]) and an old StopFilter
constructor. This breaks:
SnowballAnalyzer(System.String name, System.String[] stopWords)
and
TokenStream(System.String fieldName, System.IO.TextReader reader)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira