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.

Reply via email to