: For example: If I want to display facets on fields A, B, C and D. But in
: case a field say C, does not have any data, then C should be excluded from
: the solr response 

it doesn't work that way -- it would actually make hte parsing code a lot 
more complicated for most clients because since they asked for faceting on 
C they are expecting to get a section back for C -- they would have to 
check for it (in case no docs had more then the mincount) before 
attempting to refrence it.

if you ask for it: it's included, even if it's empty.




-Hoss

Reply via email to