Re: LocalParams for faceting in nightly

2009-09-08 Thread Yonik Seeley
The following works on the example data for me: http://localhost:8983/solr/select?q=*:*&fq={!tag=foo}cat:memory&facet=true&facet.field={!ex=foo}cat What's the line in the solr log after the exception (it should contain the parameters solr thinks it got)? -Yonik http://www.lucidimagination.com

Re: LocalParams for faceting in nightly

2009-09-08 Thread gareth rushgrove
Mmmm 2009/9/8 Yonik Seeley : > This should work, and there are unit tests.  Make sure the server you > are talking to is a recent release of 1.4, and then get the full stack > trace from the solr server. > I'm running the release with the following in the CHANGES.txt file. $Id: CHANGES.txt 81224

Re: LocalParams for faceting in nightly

2009-09-08 Thread Yonik Seeley
This should work, and there are unit tests. Make sure the server you are talking to is a recent release of 1.4, and then get the full stack trace from the solr server. -Yonik http://www.lucidimagination.com On Tue, Sep 8, 2009 at 9:08 AM, gareth rushgrove wrote: > Thanks for the quick replies

Re: LocalParams for faceting in nightly

2009-09-08 Thread gareth rushgrove
Thanks for the quick replies guys. Afraid that didn't work. 2009/9/8 gwk : > > Try removing the space between de closing bracket } and the field name, I > think that should work. > I tried: http://172.16.142.130:8983/solr/products/select/?q=material:metal&fq={!tag=colour}colour:Red&start=24&rows

Re: LocalParams for faceting in nightly

2009-09-08 Thread gwk
Hi Gareth, Try removing the space between de closing bracket } and the field name, I think that should work. Regards, gwk gareth rushgrove wrote: Hi All Hoping someone might be able to help me with a problem. I downloaded and got up and running with the latest nightly release of Solr: ht

Re: LocalParams for faceting in nightly

2009-09-08 Thread Yonik Seeley
Try changing {!ex=colour}%20material to {!ex=colour}material local params syntax is a prefix to a parameter value - whitespace might be significant so it is not removed. -Yonik http://www.lucidimagination.com On Tue, Sep 8, 2009 at 8:53 AM, gareth rushgrove wrote: > Hi All > > Hoping someone m

LocalParams for faceting in nightly

2009-09-08 Thread gareth rushgrove
Hi All Hoping someone might be able to help me with a problem. I downloaded and got up and running with the latest nightly release of Solr: http://people.apache.org/builds/lucene/solr/nightly/solr-2009-09-08.zip In order to try out the tagging and excluding filters which have a note saying they