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
How can I create a nested aggregation with filters?
I have the following aggregation json, and I'm trying to express with the new driver. Actually I have code that works perfectly with NEST7, but I want to transition everything to the new driver since NEST is deprecated.
My problem is that, in the new driver I found a FiltersAggregation object that has the property filters not filter (single filter), so it does not generate the query below.
Can you point me on the right direction? The new driver really lacks extensive documentation and if you search you got most of the information on the old driver and nothing on the new one.
How can I create a nested aggregation with filters?
I have the following aggregation json, and I'm trying to express with the new driver. Actually I have code that works perfectly with NEST7, but I want to transition everything to the new driver since NEST is deprecated.
My problem is that, in the new driver I found a FiltersAggregation object that has the property filters not filter (single filter), so it does not generate the query below.
Can you point me on the right direction? The new driver really lacks extensive documentation and if you search you got most of the information on the old driver and nothing on the new one.
The text was updated successfully, but these errors were encountered: