JackrabbitIndexReader prevents use of DocNumberCache
----------------------------------------------------
Key: JCR-2764
URL: https://issues.apache.org/jira/browse/JCR-2764
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 2.1.1, 2.1.0, 2.0.0, 1.6.2, 1.6.1, 1.6.0, 1.5.7, 1.5.6,
1.5.5, 1.5.4, 1.5.3, 1.5.2, 1.5.0
Reporter: Marcel Reutegger
Priority: Minor
The JackrabbitIndexReader was introduced in 1.5 by JCR-1363. Unfortunately it
does not overwrite the method termDocs(Term), which means the default
implementation in IndexReader is used. This bypasses the DocNumberCache built
into CachingIndexReader, which is used for UUID terms that look up individual
documents.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.