You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mk...@apache.org on 2018/04/10 13:16:48 UTC

lucene-solr:branch_7x: SOLR-11251: documenting debug=timing hint for JSON Facet API.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 138e20654 -> eb394a328


SOLR-11251: documenting debug=timing hint for JSON Facet API.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/eb394a32
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/eb394a32
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/eb394a32

Branch: refs/heads/branch_7x
Commit: eb394a328ae2d7bcf2d1d994e39da35f327b7b60
Parents: 138e206
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Tue Apr 10 16:14:16 2018 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Tue Apr 10 16:16:38 2018 +0300

----------------------------------------------------------------------
 solr/solr-ref-guide/src/json-request-api.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eb394a32/solr/solr-ref-guide/src/json-request-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/json-request-api.adoc b/solr/solr-ref-guide/src/json-request-api.adoc
index 7f96e05..529693e 100644
--- a/solr/solr-ref-guide/src/json-request-api.adoc
+++ b/solr/solr-ref-guide/src/json-request-api.adoc
@@ -98,7 +98,8 @@ See the <<json-facet-api.adoc#JSONFacetAPI,JSON Facet API>> for more on faceting
 
 === Debugging
 
-If you want to see what your merged/parsed JSON looks like, you can turn on debugging (`debug=true`), and it will come back under the "json" key along with the other debugging information.
+If you want to see what your merged/parsed JSON looks like, you can turn on debugging (`debug=timing`), and it will come back under the "json" key along with the other debugging information. 
+Note: `debug=true` as well as `debugQuery=true` might have too much performance implication and `debug=query` makes no effect on JSON facet in SolrCloud.
 
 == Passing Parameters via JSON
 We can also pass normal query request parameters in the JSON body within the params block: