You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/13 18:43:16 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 <cp...@bloomberg.net>
Date:   2014-05-09T14:24:50Z

    solr: add buildAndRunCollectorChain method to reduce code duplication in SolrIndexSearcher

commit 8c2a4bcd81ee8c37caf0c398db8e1a80bb0f548f
Author: Christine Poerschke <cp...@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=0&wt=json&debug=timing&q=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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org