[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-08-09 Thread Adrien Grand (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735052#comment-13735052
 ] 

Adrien Grand commented on LUCENE-5140:
--

I'm still trying to understand how this change could have an impact on exact 
phrase queries. Do exact phrase queries rely on NearSpansOrdered somehow? I 
can't find the path between them in the code base...

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-08-09 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735083#comment-13735083
 ] 

Robert Muir commented on LUCENE-5140:
-

hotspot

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-08-09 Thread Adrien Grand (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735092#comment-13735092
 ] 

Adrien Grand commented on LUCENE-5140:
--

It is scary than unrelated changes can trigger a 5% degration or improvement of 
the performance of a query!

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-08-02 Thread Michael McCandless (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13728020#comment-13728020
 ] 

Michael McCandless commented on LUCENE-5140:


Looks like this fix did indeed recover the lost perf in SpanNearQuery and exact 
PhraseQuery, and then some: 
http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

Thanks!

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13724986#comment-13724986
 ] 

ASF subversion and git services commented on LUCENE-5140:
-

Commit 1508757 from [~jpountz] in branch 'dev/trunk'
[ https://svn.apache.org/r1508757 ]

LUCENE-5140: Fixed performance regression of span queries caused by LUCENE-4946.

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13724995#comment-13724995
 ] 

ASF subversion and git services commented on LUCENE-5140:
-

Commit 1508759 from [~jpountz] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1508759 ]

LUCENE-5140: Fixed performance regression of span queries.

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-31 Thread Alan Woodward (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13725002#comment-13725002
 ] 

Alan Woodward commented on LUCENE-5140:
---

Thanks Adrien!

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-30 Thread Adrien Grand (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13724003#comment-13724003
 ] 

Adrien Grand commented on LUCENE-5140:
--

I will commit the patch as-is soon and have a look at the lucenebench reports 
in the next days if there is no objection.

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-26 Thread Alan Woodward (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721168#comment-13721168
 ] 

Alan Woodward commented on LUCENE-5140:
---

Looks good!  There was also the same issue with PhraseQuery, which uses 
timSort() in PhraseWeight#scorer (although it was a much smaller slowdown).

 Slowdown of the span queries caused by LUCENE-4946
 --

 Key: LUCENE-5140
 URL: https://issues.apache.org/jira/browse/LUCENE-5140
 Project: Lucene - Core
  Issue Type: Bug
Reporter: Adrien Grand
Assignee: Adrien Grand
Priority: Minor
 Attachments: LUCENE-5140.patch


 [~romseygeek] noticed that span queries have been slower since LUCENE-4946 
 got committed.
 http://people.apache.org/~mikemccand/lucenebench/SpanNear.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org