[
https://issues.apache.org/jira/browse/LUCENENET-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Aroush resolved LUCENENET-63.
------------------------------------
Resolution: Fixed
I have applied this patch with a modification; I used
SupportClass.Single.Parse(value_Renamed); instead of
System.Single.Parse(value_Renamed.TrimEnd('f')). This is because
SupportClass.Single.Parse() already removes 'f' (or 'F').
> FieldCacheImpl tries to parse a float in f format.
> ---------------------------------------------------
>
> Key: LUCENENET-63
> URL: https://issues.apache.org/jira/browse/LUCENENET-63
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Jeff
> Assignee: George Aroush
> Priority: Minor
> Attachments: FieldCacheImpl.patch
>
>
> C# doesn't support F format for parsing floats.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.