Jackrabbit-trunk - Build # 2471 - Fixed

2017-02-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit-trunk (build #2471)

Status: Fixed

Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2471/ to 
view the results.

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

2017-02-08 Thread JIRA

[ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858025#comment-15858025
 ] 

Claus Köll commented on JCR-4110:
-

After setting setAutoGeneratePhraseQueries(true) the Testcase runs without 
failures.

> 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.16, 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)


FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast,

This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon
Miami is closing this weekend - February 11th. This is your final
opportunity to submit a talk for consideration at this event.

This year, we are running several mini conferences in conjunction with
the main event, so if you're submitting for one of those events, please
pay attention to the instructions below.

Apache: Big Data
* Event information:
http://events.linuxfoundation.org/events/apache-big-data-north-america
* CFP:
http://events.linuxfoundation.org/events/apache-big-data-north-america/program/cfp

Apache: IoT (Internet of Things)
* Event Information: http://us.apacheiot.org/
* CFP -
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp
(Indicate 'IoT' in the Target Audience field)

CloudStack Collaboration Conference
* Event information: http://us.cloudstackcollab.org/
* CFP -
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp
(Indicate 'CloudStack' in the Target Audience field)

FlexJS Summit
* Event information - http://us.apacheflexjs.org/
* CFP -
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp
(Indicate 'Flex' in the Target Audience field)

TomcatCon
* Event information - https://tomcat.apache.org/conference.html
* CFP -
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp
(Indicate 'Tomcat' in the Target Audience field)

All other topics and projects
* Event information -
http://events.linuxfoundation.org/events/apachecon-north-america/program/about
* CFP -
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp

Admission to any of these events also grants you access to all of the
others.

Thanks, and we look forward to seeing you in Miami!

-- 
Rich Bowen
VP Conferences, Apache Software Foundation
rbo...@apache.org
Twitter: @apachecon



(You are receiving this email because you are subscribed to a dev@ or
users@ list of some Apache Software Foundation project. If you do not
wish to receive email from these lists any more, you must follow that
list's unsubscription procedure. View the headers of this message for
unsubscription instructions.)


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

2017-02-08 Thread JIRA

[ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858018#comment-15858018
 ] 

Claus Köll commented on JCR-4110:
-

If we set the Version to 3.6 the AutoGeneratePhraseQueries will be false. I 
think to handle JCR-3075 we can enable it in jackrabbit again
as described in LUCENE-2458

> 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.16, 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)


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

2017-02-08 Thread Julian Reschke (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858015#comment-15858015
 ] 

Julian Reschke commented on JCR-4110:
-

...seems to be caused by the changed default for "autoGeneratePhraseQueries".

> 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.16, 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)


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

2017-02-08 Thread JIRA

[ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857992#comment-15857992
 ] 

Claus Köll commented on JCR-4110:
-

I will have a look at it ...

> 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.16, 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)


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

2017-02-08 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke reopened JCR-4110:
-

This seems to create a reproducible test failure:

https://builds.apache.org/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/2470/testReport/junit/org.apache.jackrabbit.core.query/ExcerptTest/testHighlightJa/

> 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.16, 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)


Jackrabbit-trunk - Build # 2470 - Unstable

2017-02-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit-trunk (build #2470)

Status: Unstable

Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2470/ to 
view the results.

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

2017-02-08 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Köll resolved JCR-4110.
-
Resolution: Fixed

> 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.16, 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)


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

2017-02-08 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/JCR-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Köll updated JCR-4110:

Fix Version/s: 2.16

> 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.16, 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)


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

2017-02-08 Thread JIRA
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)