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.

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