[ https://issues.apache.org/jira/browse/LUCENENET-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Aroush reassigned LUCENENET-86:
--------------------------------------
Assignee: George Aroush
> Nunit test for TestSort.
> ------------------------
>
> Key: LUCENENET-86
> URL: https://issues.apache.org/jira/browse/LUCENENET-86
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Digy
> Assignee: George Aroush
> Priority: Minor
> Attachments: Screenshot.JPG, TestSort.patch
>
>
> There are two bugs in FieldDocSortedHitQueue.LessThan method
> 1- in "case SortField.FLOAT:"
> The value of docA.fields[i] or docB.fields[i] may be a string. In this case SupportClass.Single.Parse
should be invoked.
> 2- No null control for docA.fields[i] or docB.fields[i].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|