
jira at apache
May 23, 2012, 1:21 PM
Post #1 of 1
(23 views)
Permalink
|
|
[jira] [Resolved] (LUCENE-2436) FilterIndexReader doesn't delegate everything necessary
|
|
[ https://issues.apache.org/jira/browse/LUCENE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2436. ----------------------------------- Resolution: Fixed This was fixed by the IndexReader to AtomucReader refactoring a while ago. > FilterIndexReader doesn't delegate everything necessary > ------------------------------------------------------- > > Key: LUCENE-2436 > URL: https://issues.apache.org/jira/browse/LUCENE-2436 > Project: Lucene - Java > Issue Type: Bug > Components: core/index > Reporter: Yonik Seeley > Fix For: 4.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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|