You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Claus Köll (JIRA)" <ji...@apache.org> on 2017/02/08 11:38:41 UTC

[jira] [Created] (JCR-4110) The JackrabbitQueryParser uses the wrong Lucene-Version in its initializing

Claus Köll created JCR-4110:
-------------------------------

             Summary: The JackrabbitQueryParser uses the wrong Lucene-Version in its initializing
                 Key: JCR-4110
                 URL: https://issues.apache.org/jira/browse/JCR-4110
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 2.15.0
            Reporter: Claus Köll
            Assignee: Claus Köll
             Fix For: 2.15.1


We have Problems with phrase queries because the JackrabbitQueryParser sets the lucene version to 2.4. This sets enablePositionIncrements=false in the parent QueryParser.

We use Lucene 3.6 where normaly this feature should be enabled.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)