Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
Lucene.Net 2.9.4g
-
None
-
Lucene 2.9.4g branch. Revision 1226845.
Description
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)