Re: solr facet !tag on multiple columns

2012-10-04 Thread Chris Hostetter
: select?q=*:*&facet=true&facet.zeros=false&fq=column1:(16 31)&&fq=COLUMN2:(6 : 208)&fq={!tag=COLUMN2,column1}COLUMN2:(6)&facet.field={!ex=COLUMN2,column1}COLUMN2&start=0&rows=0 As erick said, you need to elaborate more on what you expect, what you get, and how they are differnet. taking a wil

Re: solr facet !tag on multiple columns

2012-10-04 Thread Erick Erickson
_how_ is it not working? You might review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Thu, Oct 4, 2012 at 4:37 AM, lavesh wrote: > select?q=*:*&facet=true&facet.zeros=false&fq=column1:(16 31)&&fq=COLUMN2:(6 > 208)&fq={!tag=COLUMN2,column1}COLUMN2:(6)&facet.field={!ex=COLUMN2,col

Re: solr facet !tag on multiple columns

2012-10-03 Thread Yonik Seeley
On Wed, Oct 3, 2012 at 11:04 AM, lavesh wrote: > I know this is possible in Solr which do the grouping irrespective of one > values. i.e below line do the grouping based on column1 considering all > filters except the column column1 > > &facet.field={!ex=column1}column1 > > now i wana know can i d