: I could then get the top document for each value by issuing a sequence of : queries : q=x&fq=f:a&row=1 : q=x&fq=f:b&row=1 : q=x&fq=f:c&row=1 : ... : : Is there a way to do this in one query?
Only if you write your own plugin ... Solr doesn't have anything do it for you. -Hoss