From 8c5084e07a7b85082fc6d0379a27fad562085a1e Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 7 May 2021 10:41:41 -0400 Subject: [PATCH] link to the json.nl parameter which is important when faceting (#118) --- solr/solr-ref-guide/src/faceting.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/faceting.adoc b/solr/solr-ref-guide/src/faceting.adoc index 869230958b20..258b1002b5c5 100644 --- a/solr/solr-ref-guide/src/faceting.adoc +++ b/solr/solr-ref-guide/src/faceting.adoc @@ -622,4 +622,6 @@ This local parameter overrides default logic for `facet.sort`. if `facet.sort` i == Related Topics -See also <>. +See <> for examples of faceting by distance and generating heatmaps via faceting. + +See <> for details on the `json.nl` parameter for controlling the format for writing out field facet data when using the JSON response writer.