cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Configure a solr subfacet ?

Former Member
0 Kudos
239

Configuration details for creating a subfacet .We currently have only Level one facets in the site . We are looking for adding level2 facets as well. Any suggestions ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

,

Please use this Facet Hierarchy feature of Solr though it is not ootb so you have to implement your self: Info1 info2

Else you can create new index prop with name level2 and create this as facet. And once level1 facet is clicked make visible level2 facet at runtime.