[jira] [Commented] (LUCENE-7495) Asserting*DocValues are too lenient when checking the target in advance

2016-10-14 Thread ASF subversion and git services (JIRA)

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

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

Commit ea1212232d2b95e53bfa6ad3ce7700d3cff4 in lucene-solr's branch 
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ea12122 ]

LUCENE-7495: Fix doc values iterators' assertions in advance().


> Asserting*DocValues are too lenient when checking the target in advance
> ---
>
> Key: LUCENE-7495
> URL: https://issues.apache.org/jira/browse/LUCENE-7495
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Adrien Grand
> Attachments: LUCENE-7495.patch
>
>
> They only check {{target >= docID()}} while the actual check should be 
> {{target > docID()}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-7495) Asserting*DocValues are too lenient when checking the target in advance

2016-10-14 Thread Michael McCandless (JIRA)

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

Michael McCandless commented on LUCENE-7495:


+1, nice catch!

> Asserting*DocValues are too lenient when checking the target in advance
> ---
>
> Key: LUCENE-7495
> URL: https://issues.apache.org/jira/browse/LUCENE-7495
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Adrien Grand
> Attachments: LUCENE-7495.patch
>
>
> They only check {{target >= docID()}} while the actual check should be 
> {{target > docID()}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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