You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using aggregations on a field, the results include the aggs, and also the DocCount of each KeyItem, but the field's key (the actuall value being counted - Nest.KeyItem.Key) is null.
Running the same raw query directly on elasticsearch (using Sense plug-in) worked correctly.
The aggs clause used is:
"aggs": {
"Cities": {
"terms": {
"field": "cityId"
}
}
The text was updated successfully, but these errors were encountered:
When using aggregations on a field, the results include the aggs, and also the DocCount of each KeyItem, but the field's key (the actuall value being counted - Nest.KeyItem.Key) is null.
Running the same raw query directly on elasticsearch (using Sense plug-in) worked correctly.
The aggs clause used is:
"aggs": {
"Cities": {
"terms": {
"field": "cityId"
}
}
The text was updated successfully, but these errors were encountered: