Calculate hierarchies
This accelerator calculates and stores the source or target hierarchies of CONTAINER
and RECORD
documents. The source hierarchies are calculated by taking the objects with an empty source.parentIds
array as a starting point. The target hierarchies are calculated by taking the ROOT
documents as a starting point.
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
sourceOrTarget
The part of the documents to calculate hierarchies for. Can be either source
or target
.