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

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

Commit b7a286dd69f33261637182cd274bc5bb35c773f6 in lucene's branch 
refs/heads/main from Nhat Nguyen
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=b7a286d ]

LUCENE-10106: Sort optimization wrongly skip first docs (#300)

The first documents of subsequent segments are mistakenly skipped when 
sort optimization is enabled. We should initialize maxDocVisited in
NumericComparator to -1 instead of 0.

> Sort optimization mistakenly skips the first 
> documentshttps://github.com/elastic/elasticsearch/pull/73324
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10106
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10106
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/search
>    Affects Versions: main (9.0), 8.9
>            Reporter: Nhat Nguyen
>            Assignee: Nhat Nguyen
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [~romseygeek] and I looked into a test 
> [failure|https://github.com/elastic/elasticsearch/pull/73324] that occurs in 
> Elasticsearch with Lucene 9. The first documents of subsequent segments are 
> mistakenly skipped when sort optimization is enabled. We should initialize 
> `maxDocVisited` in NumericComparator to -1 instead of 0.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to