Hi everyone, I tried looking in the mailing list archive, but couldn't find a good answer for what I'm trying to do.
Say I have an index of data about cars. I want to search for all red cars, so I do something like: q=colour:red. This returns 100 results, of which 40 are "model:Toyota", 30 are "model:Chrysler", and 30 are "model:Ford". How can I get the count of each type of car, without doing 3 separate queries? Thanks in advance! - David Choi