Skip to content

Commit

Permalink
Note how to view the requested and applied facet.method (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja authored Jan 10, 2025
1 parent 1c2b649 commit 1425e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
+
Expand Down

0 comments on commit 1425e0e

Please sign in to comment.