[ 
https://issues.apache.org/jira/browse/LUCENE-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114059#comment-17114059
 ] 

ASF subversion and git services commented on LUCENE-9330:
---------------------------------------------------------

Commit ee2c798cd8891c7c4c0f857c54f3be97d9e32883 in lucene-solr's branch 
refs/heads/branch_8x from Alan Woodward
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ee2c798 ]

LUCENE-9330: Fix Lucene70Norms test in backwards-codecs


> Make SortField responsible for index sorting
> --------------------------------------------
>
>                 Key: LUCENE-9330
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9330
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Major
>             Fix For: 8.6
>
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Index sorting is currently handled inside Sorter and MultiSorter, with 
> hard-coded implementations dependent on SortField types.  This means that you 
> can't sort by custom SortFields, and also that the logic for handling 
> specific sort types is split between several unrelated classes.
> SortFields should instead be able to implement their own index sorting 
> methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to