Uwe Schindler created LUCENE-5828:
-------------------------------------

             Summary: Improve BufferedIndexInput.SlicedIndexInput to directly 
delegate
                 Key: LUCENE-5828
                 URL: https://issues.apache.org/jira/browse/LUCENE-5828
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler


Currently we have some IndexInputs which do not have a separate slice() 
implementation. Those are using BufferedIndexInput#wrap(), which extends 
BufferedInputStream. This is nonsense, because the underlying IndexInput is in 
most cases already Buffered, and if not, its not needed.

This issue will change SlicedIndexInput to directly delegate, correcting 
offsets. The new class SlicedIndexInput will be top level and public.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to