Hi all,

Is it possible to have multiple facets on the same field with
different parameters (mincount, limit, prefix, etc.) on each?

The ref-guide describes these per-facet parameters as being settable
on a "per-field basis" with syntax of
"f.<fieldname>.facet.<parameter>" [1].  But I wasn't sure whether to
take that at face value, or hope that the "<fieldname>" value there
could be something more flexible (like the value of facet.field which
can take local params).

I've been trying variations of
"facet=true&facet.field=f1&f.f1.facet.mincount=5&facet.field={!key=someOutputKey}f1",
but without luck.  "mincount" is always applied to both of the
facet.field's being computed.

Best,

Jason

Reply via email to