Alex Parvulescu created JCR-3388:
------------------------------------
Summary: Phase out reference counting in jackrabbit index readers
Key: JCR-3388
URL: https://issues.apache.org/jira/browse/JCR-3388
Project: Jackrabbit Content Repository
Issue Type: Improvement
Reporter: Alex Parvulescu
Following the Lucene upgrade to 3.6 (JCR-3242) it would be good to investigate
if we can phase out the reference counting code from the RefCountingIndexReader
[0] and CachingMultiIndexReader [0] and rely on similar code present in the
Lucene code base [2].
[0]
http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/RefCountingIndexReader.java?view=markup
[1]
http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/CachingMultiIndexReader.java?view=markup
[2]
http://svn.apache.org/viewvc/lucene/dev/tags/lucene_solr_3_6_0/lucene/core/src/java/org/apache/lucene/index/IndexReader.java?view=markup#l122
--
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