From 1425e0e7c1890fb9c5b57d89b7a17e417e3df897 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Fri, 10 Jan 2025 04:17:15 -0800 Subject: [PATCH] Note how to view the requested and applied facet.method (#2974) --- solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc b/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc index bad04b6123b..9196ad4f6f7 100644 --- a/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc +++ b/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc @@ -212,6 +212,8 @@ This parameter allows faceting to be faster in the presence of rapid index chang + The default value is `fc` (except for fields using the `BoolField` field type and when `facet.exists=true` is requested) since it tends to use less memory and is faster when a field has many unique terms in the index. +[NOTE] +If you request a method that is not compatible with the field you are faceting, Solr will automatically choose a different method that is compatible. You can see the method you requested (`requestedMethod`) and the method Solr used (`appliedMethod`) by running a query with `debug=timing` or `debug=all`. `facet.enum.cache.minDf`:: +