provide QOM support for WEAKREFERENCE reverse lookup
-----------------------------------------------------
Key: JCR-2166
URL: https://issues.apache.org/jira/browse/JCR-2166
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: query
Affects Versions: 2.0-alpha1
Reporter: Stefan Guggisberg
Priority: Minor
the current implementation of Node.getWeakReferences() and
getWeakReferences(String) uses a fulltext query in order to find weak
references to a particular node.
this requires the PlainTextExtractor to be enabled in the Search config, e.g. :
<param name="textFilterClasses"
value="org.apache.jackrabbit.extractor.PlainTextExtractor"/>
providing 'native' WEAKREFERNCE reverse lookup in Jackrabbit's QOM
implementation would be certainly more efficient.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.