> I am using the 2009-05-27 build of solr 1.4. >Under this build, I get a facet count on my category field named "Seasonal" of 7 values. > However, when I do a filter query of 'fq=cat:"Seasonal"', I get only 1 result.
I have a slightly different problem. when I do a filter query of 'fq=cat:"Seasonal"', I got correct facet counts. But when I do a filter query of 'fq=cat:"Top Wear"', I got 0 facet counts. I used 05-10 nightly build. Is it a bug if the facet value contains 2 or more words. Can solr handle facet value that has space between words? This is the solr schema I used to configure my dynamic cat2_facet field http://github.com/mattmatt/acts_as_solr/blob/067d37879e88fd3c2d74fcc22263aff0f55ac1cc/solr/solr/conf/schema.xml Thanks. Thanh On Sat, Jun 6, 2009 at 9:00 AM, Yonik Seeley <yo...@lucidimagination.com>wrote: > On Mon, Jun 1, 2009 at 9:21 PM, shopDave <dcumberl...@shopatron.com> > wrote: > > I am using the 2009-05-27 build of solr 1.4. Under this build, I get a > facet > > count on my category field named "Seasonal" of 7 values. However, when I > do > > a filter query of 'fq=cat:"Seasonal"', I get only 1 result. > > There was a bug from 5-20 through 5-27 in filter generation. > If you try a more recent nightly build, it should be fixed. > > -Yonik > http://www.lucidimagination.com >