[ 
https://issues.apache.org/jira/browse/LUCENE-8900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-8900:
---------------------------------
    Attachment: LUCENE-8900.patch
        Status: Open  (was: Open)

Here is a patch, it does two things:
 - Uses advanceExact instead of advance on doc-value iterators.
 - Replaces usage of Comparable with longs, since in all cases values can be 
converted to comparable longs, which avoids issues with generics.

> Simplify MultiSorter
> --------------------
>
>                 Key: LUCENE-8900
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8900
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-8900.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to