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

Michael McCandless commented on LUCENE-7779:
--------------------------------------------

Thanks [~jpountz], I agree it's inconsistent now.  I'll use the {{boolean\[1]}} 
approach ... I wish I could simply return multiple values in Java like I can 
from Python.

> OfflineSorter should not call ByteSequencesReader.next again after it returns 
> null
> ----------------------------------------------------------------------------------
>
>                 Key: LUCENE-7779
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7779
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: master (7.0), 6.6
>
>         Attachments: LUCENE-7779.patch
>
>
> {{OfflineSorter}} uses a simple iterator class, {{ByteSequencesReader}}, to 
> step through all {{byte[]}} that need sorting.
> When its {{next}} method returns null the iteration is done.
> But {{OfflineSorter}} then calls next again after that null return ...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to