FilterIndexReader doesn't delegate everything necessary
-------------------------------------------------------

                 Key: LUCENE-2436
                 URL: https://issues.apache.org/jira/browse/LUCENE-2436
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Yonik Seeley
             Fix For: 4.0.0


Some new methods like fields() aren't delegated by FilterIndexReader, 
incorrectly resulting in the IndexReader base class method being used.  We 
should audit all current IndexReader methods to determine which should be 
overridden and delegated.

-- 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to