Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Lucene.Net 3.0.3, Lucene.Net 3.6, Lucene.Net 4.0
-
None
Description
The StringValue property of Lucene.Net.Documents.NumericField returns a localized string value (ie. confusion about the decimal separation character). IMHO it should be a following the invariant culture whenever possible.
Suggested fix:
public override string StringValue
{
get
}