CSP-11771 - How to modify the frequency of content indexing

Product: Confluence

Environment

Operating System  
Affect Version/s 2.3.3
JVM  
Database Oracle 9.x
Application Server Tomcat 5.0.x

Error Message

N/A

Symptom

N/A

Diagnostics/Test

To test how quickly content is being indexed, you can watch the 'Recently Updated' list after making a change, or add a term and search for it. Both are controlled by the index.

Root Cause

Solution

The index chron job is located in <install dir>\confluence\WEB-INF\classes\schedulingSubsystemContext.xml. You want to change indexQueueFlushTrigger. Here's the detail on how this Cron-like class works:
http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html

Labels