Re: Counting in facet results

2011-11-14 Thread LT.thomas
I use Solandra that integrates Solr 3.4 with Cassandra. So, is there any way to solve this problem with Solr 3.4 (without pivots)? Your results are: Cat: A=3 SubCat: A1=2 and A2=1 Cat: B=2 SubCat: A1=1 and B2=1 but I would like to have: Cat: A=3 SubCat: 2 (losing information about the numbe

Re: Counting in facet results

2011-11-14 Thread Samuel García Martínez
Hi, i think what you are looking for is "*nested facets*" or * HierarchicalFaceting * * * Category A - Subcategory A1 Category A - Subcategory A1 Category B - Subcategory A1 Category B - Subcategory B2 Category A - Subcategory A2 Faceting by Catego