[
https://issues.apache.org/jira/browse/JCR-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Guggisberg resolved JCR-2165.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0-alpha3
fixed in svn r786513
please note that the current implementation requires PlainTextExtractor to be
enabled in the Search config,
e.g.
<param name="textFilterClasses"
value="org.apache.jackrabbit.extractor.PlainTextExtractor"/>
if fulltext indexing is not enabled, getWeakReferences() will return an empty
iterator (which is BTW compliant with the spec).
see JCR-2166 for a related issue.
> Node.getReferences(String) and Node.getWeakReferences(String) issues
> --------------------------------------------------------------------
>
> Key: JCR-2165
> URL: https://issues.apache.org/jira/browse/JCR-2165
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-core
> Affects Versions: 2.0-alpha1
> Reporter: Stefan Guggisberg
> Fix For: 2.0-alpha3
>
>
> Node.getReferences(String) always returns empty iterator.
> Node.getWeakReferences() & getWeakReferences(String) cannot handle
> multi-valaued reference properties
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.