Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ref guide] Note how to view the requested and applied facet.method #2974

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -214,6 +214,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
Loading