Aggregator Functions provide many ways to customize signals aggregations. These functions execute a specified operation on data coming from source event fields and accumulate the new value in a target field of the aggregated result. Functions are implemented in an aggregator job definition, as a list within theDocumentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
aggregates property. Each function definition includes the function type, source fields, target fields, and additional parameters as needed for the function type. Specifically, each function takes the following properties (unless otherwise noted); additional parameters are noted in the function descriptions below.
- type: the function type.
- sourceFields: the list of fields from source events. Data will be retrieved from these fields as inputs to the function.
- targetField: the name of the target field where the aggregated result will be stored.
- params: any additional parameters for the specific function type, as described below.