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
2:(6)&facet.field={!ex=COLUMN2,column1}COLUMN2&start=0&rows=0 > > this is not working > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-facet-tag-on-multiple-columns-tp4011618p4011747.html > Sent from the Solr - User mailing list archive at Nabble.com.

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