GitHub user cpoerschke opened a pull request:

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

    solr: DebugComponent debug.track output tweak (s/SimpleOrderedMap/NamedList)

    No SOLR JIRA ticket opened as yet.
    


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

    $ git pull https://github.com/bloomberg/lucene-solr branch_4x-track-tweaks

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

    https://github.com/apache/lucene-solr/pull/49.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 #49
    
----
commit ca1a83bff191a149f17f31b7b95c45af55fcd778
Author: Christine Poerschke <[email protected]>
Date:   2014-05-13T13:41:54Z

    solr: DebugComponent debug.track output tweak (SimpleOrderedMap instead of 
NamedList)
    
    JSON output before:
      
{"responseHeader":{"status":0,"QTime":13},"response":{"numFound":0,"start":0,"maxScore":0.0,"docs":[]},"debug":{"track":{"rid":"...","EXECUTE_QUERY":["http://url3/|http://url4/",["QTime","1","ElapsedTime","10","RequestPurpose","GET_TOP_IDS","NumFound","0","Response","..."],"http://url1/|http://url2/",["QTime","1","ElapsedTime","11","RequestPurpose","GET_TOP_IDS","NumFound","0","Response","..."]]}}}
    
    JSON output after:
      
{"responseHeader":{"status":0,"QTime":11},"response":{"numFound":0,"start":0,"maxScore":0.0,"docs":[]},"debug":{"track":{"rid":"...","EXECUTE_QUERY":{"http://url1/|http://url2/":{"QTime":"1","ElapsedTime":"8","RequestPurpose":"GET_TOP_IDS","NumFound":"0","Response":"..."},"http://url3/|http://url4/":{"QTime":"2","ElapsedTime":"8","RequestPurpose":"GET_TOP_IDS","NumFound":"0","Response":"..."}}}}}
    
    XML output unaffected.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to