[
https://issues.apache.org/jira/browse/LUCENENET-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff updated LUCENENET-63:
--------------------------
Attachment: FieldCacheImpl.patch
This fix trim's the string for f's at the end.
public virtual float ParseFloat(System.String value_Renamed)
{
return System.Single.Parse(value_Renamed.TrimEnd('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
> 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.