[jira] [Commented] (SOLR-6068) solr: timing-debug to include lucene-search-time

2015-04-26 Thread Ramkumar Aiyengar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14513298#comment-14513298
 ] 

Ramkumar Aiyengar commented on SOLR-6068:
-

Filter queries will be included, but any cache retrieval/store will be 
excluded. as well as other stuff which currently happen outside 
SolrIndexSearcher like retrieval of field sort values. I guess in general, it's 
good to know what time the actual lucene query takes so that we know if there's 
any significant additional work being done in the query component.

 solr: timing-debug to include lucene-search-time
 

 Key: SOLR-6068
 URL: https://issues.apache.org/jira/browse/SOLR-6068
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Ramkumar Aiyengar

 github pull request with the proposed change to follow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6068) solr: timing-debug to include lucene-search-time

2015-04-25 Thread David Smiley (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14512750#comment-14512750
 ] 

David Smiley commented on SOLR-6068:


Interesting.  I presume this time, lucene search time, is a sub-part of 
QueryComponent's query time.  If so, what notable things would show up in the 
query time but not lucene search time?  Maybe filter query execution?

 solr: timing-debug to include lucene-search-time
 

 Key: SOLR-6068
 URL: https://issues.apache.org/jira/browse/SOLR-6068
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Ramkumar Aiyengar

 github pull request with the proposed change to follow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6068) solr: timing-debug to include lucene-search-time

2015-04-25 Thread Ramkumar Aiyengar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14512485#comment-14512485
 ] 

Ramkumar Aiyengar commented on SOLR-6068:
-

Let me know when you have an updated patch..

 solr: timing-debug to include lucene-search-time
 

 Key: SOLR-6068
 URL: https://issues.apache.org/jira/browse/SOLR-6068
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Ramkumar Aiyengar

 github pull request with the proposed change to follow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6068) solr: timing-debug to include lucene-search-time

2014-05-15 Thread Christine Poerschke (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997871#comment-13997871
 ] 

Christine Poerschke commented on SOLR-6068:
---

work-in-progress todo item for this ticket: add the same timings for the 
group=true code paths

 solr: timing-debug to include lucene-search-time
 

 Key: SOLR-6068
 URL: https://issues.apache.org/jira/browse/SOLR-6068
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke

 github pull request with the proposed change to follow.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-6068) solr: timing-debug to include lucene-search-time

2014-05-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996594#comment-13996594
 ] 

ASF GitHub Bot commented on SOLR-6068:
--

GitHub user cpoerschke opened a pull request:

https://github.com/apache/lucene-solr/pull/52

solr: timing-debug to include lucene-search-time

This pull request is for https://issues.apache.org/jira/i#browse/SOLR-6068

This pull request includes https://github.com/apache/lucene-solr/pull/48 
change proposed for https://issues.apache.org/jira/i#browse/SOLR-6067

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/bloomberg/lucene-solr 
branch_4x-time-lucene-search

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucene-solr/pull/52.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #52


commit 446bb651b636d7c81fcffa1c50697d953e2f2708
Author: Christine Poerschke cpoersc...@bloomberg.net
Date:   2014-05-09T14:24:50Z

solr: add buildAndRunCollectorChain method to reduce code duplication in 
SolrIndexSearcher

commit 8c2a4bcd81ee8c37caf0c398db8e1a80bb0f548f
Author: Christine Poerschke cpoersc...@bloomberg.net
Date:   2014-05-13T15:47:32Z

solr: timing-debug to include lucene-search-time

Example input/output:

curl 
http://localhost:8787/solr/collection1/select?rows=0wt=jsondebug=timingq=language_id:1;


{responseHeader:{status:0,QTime:69},response:{numFound:26,start:0,maxScore:0.9354614,docs:[]},debug:{timing:{time:48.0,prepare:{time:0.0,query:{time:0.0},stats:{time:0.0},debug:{time:0.0}},process:{time:48.0,query:{time:48.0,LuceneSearchTime:10.0},stats:{time:0.0},debug:{time:0.0}




 solr: timing-debug to include lucene-search-time
 

 Key: SOLR-6068
 URL: https://issues.apache.org/jira/browse/SOLR-6068
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke

 github pull request with the proposed change to follow.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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