hi 

We already have faceting on our site.

I am loading devices and accessories in solr index. deviceType indicates if
its a device or accessory

All other attributes are same for device and accessory. When query results
come back I would like to display someting like

Devices
+Manucaturer (100)
  - Samsung (50)
  - Sharp (50)
Accessories
+Manufacturer(1000)
 -Samsung (500)
 -Apple(500)

How would my query look like in this case? 
Is it possible with solr or do i need to implement this at applicaton level
by parsing ersponse from SOLR?

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/nested-faceting-tp2389841p2389841.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to