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


Reply via email to