Re: support for multi-select facets

2008-12-16 Thread Chris Hostetter
: Subject: support for multi-select facets I'm confused by something ... is the issue here really multi-select facets? ... that can be dealt with OR queries. What it seems you are trying to tackle isn't so much about UIs that want to allow a multi-select when faceting on a given field

Re: support for multi-select facets

2008-12-16 Thread Yonik Seeley
On Tue, Dec 16, 2008 at 12:49 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : Subject: support for multi-select facets I'm confused by something ... is the issue here really multi-select facets? ... that can be dealt with OR queries. What it seems you are trying to tackle isn't so

Re: support for multi-select facets

2008-12-16 Thread Chris Hostetter
: multi-select in a single request requires getting facets that are : constrained differently per-facet (and may be constrained differently : than for the top N docs returned.) I still feel like we're having a huge disconcet in terminology, and that there are really two orthoginal issues here.

support for multi-select facets

2008-12-11 Thread Yonik Seeley
There are some categories of facets where it makes sense to allow the selection of multiple values, and still show the counts (and the ability to select) currently unselected values. Here's a simple example with a multi-select facet type, and a traditional facet author. -- type

Re: support for multi-select facets

2008-12-11 Thread Shalin Shekhar Mangar
On Thu, Dec 11, 2008 at 11:54 PM, Yonik Seeley yo...@apache.org wrote: Option #3: tag parts of a request using local params q=foofq=date:[1 TO 2]fq=securityfilter:42fq={!tag=type}type:(pdf OR html)facet.field=type facet.field={!exclude=type}author So here, one fq is tagged with type

Re: support for multi-select facets

2008-12-11 Thread Yonik Seeley
On Thu, Dec 11, 2008 at 2:54 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Thu, Dec 11, 2008 at 11:54 PM, Yonik Seeley yo...@apache.org wrote: Option #3: tag parts of a request using local params q=foofq=date:[1 TO 2]fq=securityfilter:42fq={!tag=type}type:(pdf OR