indexTask.xml 948 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2015, 2018
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <backgroundTask name="indexTask" taskHandler="com.cognos.cm.backgroundTask.GenericTaskHandler" runType="RUN_ONCE" taskAction="com.cognos.cm.search.indexing.IndexingTaskAction" reportHandler="com.cognos.cm.backgroundTask.DefaultBackgroundTaskReporterHandler" metricsHandler="com.cognos.cm.search.indexing.IndexingTaskMetricsHandler" explicitStartOnly="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="backgroundTask.xsd">
  10. <runOptions>
  11. <queueName>indexQueue</queueName>
  12. <maxItemsToHandlePerTransaction>1000</maxItemsToHandlePerTransaction>
  13. <maxClassesToHandlePerBatch>10</maxClassesToHandlePerBatch>
  14. </runOptions>
  15. </backgroundTask>