If you used pivot facets you'd get all the information back, but you'd have to combine the cells yourself.
Best, Erick On Tue, Sep 23, 2014 at 6:02 AM, SolrUser1543 <osta...@gmail.com> wrote: > Hi! > How can I create a facet combining 2 (or more) different fields, without > using copy field to union them? > For example if I have this documents: > Doc1 with the field X contains the value a and field Y contains the value b > Doc2 with the field X contains the value c and field Y contains the value a > Doc3 with the field X contains the value d and field Y contains the value d > I want to get this facet: > XY > a 2 > b 1 > c 1 > d 1 > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Combining-several-fields-for-facets-tp4160679.html > Sent from the Solr - User mailing list archive at Nabble.com. >