Hi guys, I'm setting up an Apache Solr Exhibit page to display a bunch of "Learning Resource" nodes (custom content type). Anyways, I would like users to be able to drill down through the taxonomy hierarchy using facets on the left to find the content they are looking for. Currently my taxonomy structure is set up like this:

2003
-1st
* Language Arts: Reading
* Language Arts: Writing
* Math
> Geometry
> Arithmetic
< Addition
< Subtraction
< Multiplication
....etc
...etc
* Science
* Social Studies
..etc
-2nd
-3rd
-4th
.etc

2004
.etc

Hope that makes sense, but anyways I've already created this structure and all Learning Resource nodes have their appropriate terms selected.

So I've created my Exhibit that loads all these Learning Resource nodes as well as the Terms. I've added the facet as well, but unfortunately it seems to lose the hierarchy and orders the terms in alphabetical order with no term lineage.

Is there any way to keep the taxonomy hierarchy in the facet? Any suggestions will be greatly appreciated!

Thanks guys!

Donovan

Comments

dpalmer’s picture

Actually just realized its not ordering terms in alphabetical order but rather by the number of nodes with that term. Is there anyway to force the users to go through the term lineage and select a parent term to see the children terms?