Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Just like field faceting, range faceting should support the "mincount" variable to limit buckets by minimum count.
Example:
json.facet={ prices : { type : range, field : price, mincount : 1, start:0, end:100, gap:10 } }