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:15:31 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master b65229c90 -> ce061a519


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/ce061a51
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ce061a51
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ce061a51

Branch: refs/heads/master
Commit: ce061a5198910261508be67fd47536989f5bb8bc
Parents: b65229c
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:14:16 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/ce061a51/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: