Re: Retrieving multiple levels with hierarchical faceting in Solr

2012-03-08 Thread Chris Hostetter
: I've found a couple of discussions online that suggest I ought to be : able to set the prefix using local params: : : facet.field={!prefix=0;}foo : facet.field={!prefix=1_foovalue; key=bar}foo citation please? as far as i know that has ever been implemented, but the idea was floated

Re: Retrieving multiple levels with hierarchical faceting in Solr

2012-03-05 Thread Erick Erickson
#x27;t know much about Solr, I'm probably just > searching for the wrong phrases :( > > Regards, > Ade > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: 03 March 2012 00:36 > To: solr-user@lucene.apache.org > Subject: Re:

RE: Retrieving multiple levels with hierarchical faceting in Solr

2012-03-04 Thread adrian.strin...@holidaylettings.co.uk
he.org Subject: Re: Retrieving multiple levels with hierarchical faceting in Solr A lot depends on the analysis chain your field is actually using, that is the tokens that are in the index. Can you supply the schema.xml file for the field in question? Best Erick On Fri, Mar 2, 2012 at 7:21 AM, adrian.

Re: Retrieving multiple levels with hierarchical faceting in Solr

2012-03-02 Thread Erick Erickson
A lot depends on the analysis chain your field is actually using, that is the tokens that are in the index. Can you supply the schema.xml file for the field in question? Best Erick On Fri, Mar 2, 2012 at 7:21 AM, adrian.strin...@holidaylettings.co.uk wrote: > I've got a hierarchical facet in my

Retrieving multiple levels with hierarchical faceting in Solr

2012-03-02 Thread adrian.strin...@holidaylettings.co.uk
I've got a hierarchical facet in my Solr collection; root level values are prefixed with 0;, and the next level is prefixed 1_foovalue;. I can get the root level easily enough, but when foovalue is selected I need to retrieve the next level in the hierarchy while still displaying all of the opt