Define Java Aggregation Processors

In the Transformation phase, you have possibly filtered, modified, linked, and pushed documents into the Consolidation Store. In the Aggregation phase, you are then ready to aggregate or enrich them together for the Exalead CloudView Index. You can also decide to notify the Indexer to delete some documents generated during the Aggregation.

You can define aggregation using default processors made for generic operations, or through custom java code if your needs are more specific.

This page discusses:

See Also
Aggregation Operations