[ https://issues.apache.org/jira/browse/JCR-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124797#comment-13124797
]
Kimmo Björnsson commented on JCR-3104:
--------------------------------------
Found out it was a lot more. So will create an issue to upgrade Jackrabbit to 3.4.0.
> org.apache.jackrabbit.core.query.lucene.IDField accesses AbstractField.omitTermFreqAndPositions
which in 3.4 is removed
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JCR-3104
> URL: https://issues.apache.org/jira/browse/JCR-3104
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Kimmo Björnsson
> Priority: Minor
>
> IDField-constructor tries to set field omitTermFreqAndPositions of parent class to true.
Breaks in Lucene 3.4.0 that replaces this field with a getter and a setter.
> This leads to that we can not use Lucene 3.4.0, we need to use Lucene 3.3.0.
--
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
|