Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Lucene.Net 3.0.3, Lucene.Net 4.8.0
-
Windows 7 / Windows server 2008 Microsoft.NET 4.0
Description
Source file: SF\Snowball\SnowballProgram.cs
Type: SF.Snowball.SnowballProgram
methods: find_among(Among[] v, int v_size), find_among_b(Among[] v, int v_size)
lines: 303, 394
issue: resobj.ToString().Equals("true");
in .NET the "ToString()" method on a boolean type returns "True" or "False", therefore comparing "True" to "true" will return false.