[
https://issues.apache.org/jira/browse/JCR-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-2166.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Implemented in revision: 787183
> Provide query 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
> Fix For: 2.0.0
>
>
> 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.