Re: Multivalued attibute grouping in SOLR
> I came across a problem where one of > my column is multivalued. eg: value can > be (11,22) (11,33) (11,55) , (22,44) , (22,99) > > I want to perform a grouping operation that will yield: > > * 11 : count 3 > * 22 : count 3 > * 33 : 1 > * 44 : 1 > * 55 : 1 > * 99 : 1 Ac
Multivalued attibute grouping in SOLR
in context: http://lucene.472066.n3.nabble.com/Multivalued-attibute-grouping-in-SOLR-tp3994785.html Sent from the Solr - User mailing list archive at Nabble.com.