: 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 wild shot in the dark, the problems may be... 1) you have an fq using the field "COLUMN2" that isn't taged, so it won't be excluded 2) you have two fqs that filter results by "COLUMN2" where one is a super set of hte other, making the first one useless 2) you have an fq using a tag name with a comma in it that looks like a it could be a cut/paste error from your exclusion list. maybe something like this is what you really want?... ...&fq={!tag=COL1}column1:(16 31)&&fq={!tag=COL2}COLUMN2:(6 208)&facet.field={!ex=COL1,COL2}COLUMN2 ? -Hoss