This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 53ec71820f5 Note how to view the requested and applied facet.method 
(#2974)
53ec71820f5 is described below

commit 53ec71820f58040a7633c5767e74f5fd0978740c
Author: Jane Sandberg <sandber...@users.noreply.github.com>
AuthorDate: Fri Jan 10 04:17:15 2025 -0800

    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`::
 +

Reply via email to