HI
I would like to how to make Significant Terms Aggregation on many fields
i found in the docs, that I can make aggregation over aggergation (parent) , but im afraid its only "affect" the doc_count value and not the bg_count value (the bg_count value is to only one field)
my wish is the to have a doc_count and bg_count values, based on the two or more fields (score based on combination of fields,rather than one field)
any idea how to do it?
thanks,