I will explain a little bit more.
I need to do single facet which has many ranges across multiple fields.
"range4" : {
"_type" : "range",
"ranges" : [ {
"to" : 0.0,
"count" : 0,
"total_count" : 0,
"total" : 0.0,
"mean" : 0.0
}, {
"from" : 1.0,
"to" : 1000.0,
"count" : 2,
"min" : 16.0,
"max" : 164.0,
"total_count" : 2,
"total" : 180.0,
"mean" : 90.0
} ]
On Fri, Nov 30, 2012 at 4:41 PM, thanuja gandhi thanu27@gmail.com wrote:
"range4" : {
"_type" : "range",
"ranges" : [ {
"to" : 0.0,
"count" : 0,
"total_count" : 0,
"total" : 0.0,
"mean" : 0.0
}, {
"from" : 1.0,
"to" : 1000.0,
"count" : 2,
"min" : 16.0,
"max" : 164.0,
"total_count" : 1,
"total" : 164.0,
"mean" : 164.0
} ]
--