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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
I need to send the precision_threshold along with the query! so that I can get the result for the below query DSL.
{ "from": 0, "size": 0, "_source": { "includes": [ "COUNT" ], "excludes": [] }, "aggregations": { "COUNT_0": { "cardinality": { "field": "users", "precision_threshold": 4000 } } } }
The text was updated successfully, but these errors were encountered: