Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A project that wants to index the aggregates has to create an exposed migration flow.
  • In this flow you first call the AQ_AggregateRead to load the existing aggregates into the profile.
  • The next step is to use the AQ_Aggregate_Index_Migrate service to add the aggregate index.
  • The flow must be exposed, and should be called for every aggregate Id in the database. It can be passed as a parameter in the URL, and retrieved from there with the BB_SetRequestParameters service.

...