Hello, I have a tree data structure like
t1 |-t2 |-t3 t4 |-t5 and so on . And there is no limit on tree depth as well as number of children to each node. What I want is that when I do the faceting for parent node t1 it should also include count of all of its children (t2 and t3 in this case). So lets say count corresponding to t1 is 5 and t2 and t3 also its 5 then the total should display 15 as a count against t1. Please let me know how I can achieve this. I am using SOLR4 and tree structure is dynamic and subject to addition,deletion and edition. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-on-tree-structure-in-SOLR4-tp4039650.html Sent from the Solr - User mailing list archive at Nabble.com.