Can somebody give an example where Solr query gives the following count result of three fields (google, flickr, yahoo) - where the field value is true ?
google:20
flickr:10
yahoo:100
from the document like this:
{...., google:"123", flickr:"", yahoo:"8910", ....}
Thanks in advance.
Cs.