Do you need those values stored/indexed? If not, why not remove them before they hit Solr with appropriate UpdateRequestProcessor?
Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, Jul 8, 2014 at 5:16 PM, Aman Tandon <amantandon...@gmail.com> wrote: > Hi, > > Is this possible to not to count the facets for the blank values? > e.g. cat: > > "cats":[* "",34324,* > "10",8635, > "20",8226, > "50",5162, > "30",759, > "100",188, > "40",13, > "200",7] > > How is this possible? > > With Regards > Aman Tandon