Aggregation value_count

GET firebase*/_search
{
"aggs":
{
"RS_Id_Count" : { "value_count" : {"field" : "RS_Id"}}
}
}

The RS_Id index field shows as not aggregatable. RS_Id_Count is always 0

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.