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

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

Commit e49708e01da38c2f3d8ef8ac7e7c9198e26bf867 in lucene's branch 
refs/heads/main from xiaoping
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=e49708e01da ]

LUCENE-10496: avoid unnecessary attempts to evaluate skipping doc if index sort 
and search sort are in opposite direction (#780)



> avoid unnecessary attempts to evaluate skipping doc if index sort and search 
> sort are in opposite direction
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10496
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10496
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: jianping weng
>            Priority: Major
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> users ofter write doc with indexSorting in one direction(asc or desc) , but 
> need to search top docs both in two direction (asc and desc)
> if index sort and search sort are in opposite direction, 
> *NumericLeafComparator* needn't to check if can skip non-competitive doc 
> inside one segments, because the rest docs are all competitive. 
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

Reply via email to