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
Is your feature request related to a problem? Please describe
Now that we have basic derived fields we can add aggregation support for them.
Describe the solution you'd like
Ideally all existing aggregatios will extend to support DerivedField and DerivedField object types.
I have started working on getting this rolling with basic bucket and metric aggs by adding a method to fetch an AggregationScript.LeafFactory directly from DerivedFieldType. This will return a script to be used with valueSources that fetches values from DerivedFieldValueFetcher.
Related component
Search
Describe alternatives you've considered
Ignore agg support for derived fields.
The text was updated successfully, but these errors were encountered:
mch2
changed the title
Aggregation support
[Feature Request] Add Aggregation support for Derived Fields
Jun 27, 2024
mch2
changed the title
[Feature Request] Add Aggregation support for Derived Fields
[Derived Fields] Add Aggregation support for Derived Fields
Jun 27, 2024
Is your feature request related to a problem? Please describe
Now that we have basic derived fields we can add aggregation support for them.
Describe the solution you'd like
Ideally all existing aggregatios will extend to support DerivedField and DerivedField object types.
I have started working on getting this rolling with basic bucket and metric aggs by adding a method to fetch an
AggregationScript.LeafFactory
directly fromDerivedFieldType
. This will return a script to be used with valueSources that fetches values fromDerivedFieldValueFetcher
.Related component
Search
Describe alternatives you've considered
Ignore agg support for derived fields.
The text was updated successfully, but these errors were encountered: