GitHub user s1monw opened a pull request:
https://github.com/apache/lucene-solr/pull/453
LUCENE-8458: Allow access to delegate in FilterCodecReader
FilterCodecReader doesn't allow access to it's delegate like other
filter readers. This adds a new getDelegate method to access the
wrapped reader.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/s1monw/lucene-solr
filter_codec_reader_delegate
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/453.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #453
----
commit ba07de9bea586bcd082fd3bf3c1266979854d95a
Author: Simon Willnauer <simonw@...>
Date: 2018-09-17T08:19:44Z
LUCENE-8458: Allow access to delegate in FilterCodecReader
FilterCodecReader doesn't allow access to it's delegate like other
filter readers. This adds a new getDelegate method to access the
wrapped reader.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]