FixedIntBlockIndexInput.Reader does not initialise 'pending' int array
----------------------------------------------------------------------

                 Key: LUCENE-2222
                 URL: https://issues.apache.org/jira/browse/LUCENE-2222
             Project: Lucene - Java
          Issue Type: Bug
          Components: Index
    Affects Versions: Flex Branch
            Reporter: Renaud Delbru
             Fix For: Flex Branch


The FixedIntBlockIndexInput.Reader.pending int array is not initialised. As a 
consequence, the FixedIntBlockIndexInput.Reader#next() method returns always 0.

A call to FixedIntBlockIndexInput.Reader#blockReader.readBlock() during the 
Reader initialisation may solve the issue (to be tested).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to