Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 20F62200C15 for ; Wed, 8 Feb 2017 15:15:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F9D8160B67; Wed, 8 Feb 2017 14:15:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6A310160B5A for ; Wed, 8 Feb 2017 15:15:42 +0100 (CET) Received: (qmail 60702 invoked by uid 500); 8 Feb 2017 14:10:44 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 60660 invoked by uid 99); 8 Feb 2017 14:10:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 14:10:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id CBA44186280 for ; Wed, 8 Feb 2017 14:10:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id mxajYj-ghUIM for ; Wed, 8 Feb 2017 14:10:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DECD160DD9 for ; Wed, 8 Feb 2017 14:10:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 49C4CE0485 for ; Wed, 8 Feb 2017 14:10:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A454F2528C for ; Wed, 8 Feb 2017 14:10:41 +0000 (UTC) Date: Wed, 8 Feb 2017 14:10:41 +0000 (UTC) From: =?utf-8?Q?Claus_K=C3=B6ll_=28JIRA=29?= To: dev@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (JCR-4110) The JackrabbitQueryParser uses the wrong Lucene-Version in its initializing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Feb 2017 14:15:43 -0000 [ https://issues.apache.org/jira/browse/JCR-4110?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D158580= 25#comment-15858025 ]=20 Claus K=C3=B6ll commented on JCR-4110: --------------------------------- After setting setAutoGeneratePhraseQueries(true) the Testcase runs without = failures. > The JackrabbitQueryParser uses the wrong Lucene-Version in its initializi= ng > -------------------------------------------------------------------------= -- > > 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=C3=B6ll > Assignee: Claus K=C3=B6ll > Fix For: 2.16, 2.15.1 > > > We have Problems with phrase queries because the JackrabbitQueryParser se= ts the lucene version to 2.4. This sets enablePositionIncrements=3Dfalse 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)