cdrini commented on code in PR #2162: URL: https://github.com/apache/solr/pull/2162#discussion_r1517147908
########## solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc: ########## @@ -168,7 +166,7 @@ The `facet.offset` parameter indicates an offset into the list of constraints to |Optional |Default: `0` |=== + -The `facet.mincount` parameter specifies the minimum counts required for a facet field to be included in the response. +The minimum count required for a facet field to be included in the response. If a field's counts are below the minimum, the field's facet is not returned. Review Comment: Good question! I think I might leave this as it was originally for now, since I don't fully understand how these terms are supposed to differ. These terms really need a good untangling in this document. If I get the time I'll tackle this in a separate PR to tidy it up! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
