From 231bee7a8035b2c258169774449f759bcf1cc440 Mon Sep 17 00:00:00 2001 From: "epugh@opensourceconnections.com" <> Date: Thu, 6 May 2021 19:20:28 -0400 Subject: [PATCH] link to the json.nl parameter which is important when faceting --- 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 869230958b2..258b1002b5c 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.