I'm attempting the following query: http://{host}/apache-solr-3.3.0/select/?q=cesy&version=2.2&start=0&rows=10&indent=on&group=true&group.field=SIP&group.limit=1&facet=true&facet.field=REPOSITORYNAME
The result is 4 matches all in 1 group (with group.limit=1). Rather than show facet.field=REPOSITORYNAME's 4 facets, I want to see the REPOSITORYNAMES facet with a count of 1 (for the 1 group returned) with the value of the REPOSITORYNAMES field in the 1 doc returned in the group. Is this possible? I tried adding the parameter collapse.facet=after, but that seemed to have no effect. -- View this message in context: http://lucene.472066.n3.nabble.com/facet-with-group-by-or-field-collapsing-tp497252p3478515.html Sent from the Solr - User mailing list archive at Nabble.com.