[
https://issues.apache.org/jira/browse/LUCENENET-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Garski updated LUCENENET-94:
------------------------------------
Attachment: FieldDocSortedHitQueue.patch
I experienced a failure of the following tests:
Search\TestSort\TestNormalizedScores
Search\TestSort\TestRemoteSort
Both failures are coming from within the FieldDocSortedHitQueue.LessThan(Object
a, Object b) method. The patch updates the casting of the field values to
using the appropriate System.Convert method.
> NUnit test for Search.TestSort (RemoteSearchable issues)
> ---------------------------------------------------------
>
> Key: LUCENENET-94
> URL: https://issues.apache.org/jira/browse/LUCENENET-94
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Digy
> Assignee: George Aroush
> Priority: Minor
> Attachments: FieldDocSortedHitQueue.patch,
> FieldDocSortedHitQueue.patch, TestSort.patch
>
>
> Hi George,
> Similar to LUCENENET-93.
> The First patch "TestSort.patch" will probably solve all the bugs related to
> remoting.
> But the same problem in LUCENENET-86 (FieldDocSortedHitQueue.LessThan
> method) arises again (Localizaton problem). I searched all the code in
> TestSort.cs but could not find any sample data that would have caused that
> problem.
> I will send that patch too, but i don't think that you will need it.
> DIGY
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.