-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Elasticsearch
-
Tags:
It does not work because the es post-filter for the aggregate on a complex property is not correctly built.
"field" : "aaaaa:bbb/ccccc",
instead of
"field" : "aaaaa:bbb.ccccc",
- causes
-
NXP-27541 Fix how a field is fetched in AggregateJsonWriter
- Resolved