Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <analysisEngineDeploymentDescription xmlns="http://uima.apache.org/resourceSpecifier">
- <name>Deploy_SentenceTest</name>
- <description/>
- <version>1.0</version>
- <vendor/>
- <deployment protocol="jms" provider="activemq">
- <casPool numberOfCASes="5" initialFsHeapSize="2000000"/>
- <service>
- <inputQueue endpoint="CollectionReader" brokerURL="${defaultBrokerURL}" prefetch="2"/>
- <topDescriptor>
- <import location="SentenceTest2.xml"/>
- </topDescriptor>
- <analysisEngine async="true">
- <scaleout numberOfInstances="1"/>
- <delegates>
- <analysisEngine key="SentenceDetectorAggregate" async="false">
- <scaleout numberOfInstances="11"/>
- <asyncAggregateErrorConfiguration>
- <getMetadataErrors maxRetries="0" timeout="0" errorAction="terminate"/>
- <processCasErrors maxRetries="0" timeout="0" continueOnRetryFailure="false" thresholdCount="0" thresholdWindow="0" thresholdAction="terminate"/>
- <collectionProcessCompleteErrors timeout="0" additionalErrorAction="terminate"/>
- </asyncAggregateErrorConfiguration>
- </analysisEngine>
- <analysisEngine key="Sentences2DbWriter" async="false">
- <scaleout numberOfInstances="2"/>
- <asyncAggregateErrorConfiguration>
- <getMetadataErrors maxRetries="0" timeout="0" errorAction="terminate"/>
- <processCasErrors maxRetries="0" timeout="0" continueOnRetryFailure="false" thresholdCount="0" thresholdWindow="0" thresholdAction="terminate"/>
- <collectionProcessCompleteErrors timeout="0" additionalErrorAction="terminate"/>
- </asyncAggregateErrorConfiguration>
- </analysisEngine>
- </delegates>
- <asyncPrimitiveErrorConfiguration>
- <processCasErrors thresholdCount="0" thresholdWindow="0" thresholdAction="terminate"/>
- <collectionProcessCompleteErrors timeout="0" additionalErrorAction="terminate"/>
- </asyncPrimitiveErrorConfiguration>
- </analysisEngine>
- </service>
- </deployment>
- </analysisEngineDeploymentDescription>
Advertisement
Add Comment
Please, Sign In to add comment