Re: Facet count of zero

2010-11-01 Thread Tod
On 11/1/2010 1:03 PM, Yonik Seeley wrote: On Mon, Nov 1, 2010 at 12:55 PM, Tod wrote: I'm trying to exclude certain facet results from a facet query. �It seems to work but rather than being excluded from the facet list its returned with a count of zero. If you don't want to see 0 counts, use

Re: Facet count of zero

2010-11-01 Thread Yonik Seeley
On Mon, Nov 1, 2010 at 12:55 PM, Tod wrote: > I'm trying to exclude certain facet results from a facet query.  It seems to > work but rather than being excluded from the facet list its returned with a > count of zero. If you don't want to see 0 counts, use facet.mincount=1 http://wiki.apache.org

Facet count of zero

2010-11-01 Thread Tod
I'm trying to exclude certain facet results from a facet query. It seems to work but rather than being excluded from the facet list its returned with a count of zero. Ex: q=(-foo:bar)&facet=true&facet.field=foo&facet.sort=idx&wt=json&indent=true This returns bar with a count of zero. All t