- Limit. The maximum number of terms to be returned. Default 100.
- Offset. The number of top facet values to skip in the response. Default 0.
-
Sort. The order in which to list facet values:
countordering is by documents per term, descending, andindexordering is sorted on term values themselves. - Missing. The number of documents in the results set which have no value for the facet field.
-
Choice of facet method (advanced). Specify Solr algorithm used to calculate facet counts.
(See Facet Method Configuration for details)
One of:enum. Small number of distinct categories.fc(“field cache”). Many different values in the field, each document has low number of values, multi-valued field.fcs(“single value string fields”). Good for rapidly changing indexes.
Faceting
The course for Faceting focuses on how to use facets to ensure faster, smarter search results.