Take a look at UIMA-AS: "UIMA Asynchronous Scaleout (AS) is a set of capabilities supported in the UIMA Framework for achieving scaleout that is more general than the approaches provided for in the Collection Processing Manager (CPM). AS is a second generation design, replacing the CPM and Vinci Services. The CPM and Vinci are still available and are not being deprecated, but new designs are encouraged to use AS for scalability, and current designs reaching limitations may want to move to AS.
AS is integrated with the flow controller architecture, and can be applied to both primitive and aggregate analysis engines." https://uima.apache.org/d/uima-as-2.9.0/uima_async_scaleout.html -jerry On Mon, Feb 27, 2017 at 6:22 AM, James Baker <james.d.ba...@gmail.com> wrote: > Is it possible to reorder the analysis engines in a CPE once it is created? > > I have a CPE consisting of a large number of analysis engines, and I'd like > to automatically optimise the order. However, some of the parameters needed > to perform the optimisation are only calculated once the analysis engines > are initialised. So I will need to initialise the CPE and then reorder the > analysis engines. Is this possible? > > Thanks, > James >