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=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}}}}}

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to