Cprime Apps has been rebranded as Anova Apps. Please note the only effect is the company name - all of our products’ names, logos, functionalities, support, etc. is exactly the same. The new location to our documentation space is https://anovaapps.atlassian.net.
Availability
This routine is available starting with SIL Engine™ 2.5.13 / 2.6.5 / 4.0.15.
Syntax
admReindex([useBackgroundReindexing])
Description
Triggers a re-index for all issues across a Jira instance. Starting with SIL Engine™ 4.0.15 you can also specify an optional useBackgroundReindexing parameter to run re-index in the background.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
useBackgroundReindexing | boolean | No | 'True' - re-index issues in background. 'False' or missing - lock Jira and rebuild index. |
Return type
number
Returns a number representing the duration of the re-index in milliseconds.
The routine is synchronous. Even though the task will be run on multiple threads, the current thread will be stuck inside the routine until the reiindex is done.
See also
3 Comments
Anonymous
katl-commons 2.5.13 is not yet at marketplace?
Unknown User (aiacob)
No, it is scheduled for release for the late Sept / early Oct 2013.
Anonymous
Great to know. Will in work for JIRA 5.1 ?