NUnite test for TestQueryParser
-------------------------------
Key: LUCENENET-87
URL: https://issues.apache.org/jira/browse/LUCENENET-87
Project: Lucene.Net
Issue Type: Bug
Reporter: Digy
Priority: Minor
Almost every test fails because of
"System.Globalization.CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator".
(where parsing a float and converting it to a string are used.)
Therefore
1- ToStringUtils.Boost should be patched
2- I propose to add two new method( ToString ) to SupportClass.Single .
3- ToString methods of FuzzyQuery and ConstantScoreRangeQuery should be modified
4- QueryParser should be patched where single.Parse is used.
I will attach 5 patches.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.