About index jobs manager
An Index Job is a task that full text indexes a set of Documents, Annotations, Folders, or Custom Objects. Index Jobs are managed by the Index Jobs Manager, which can create, delete, and view Index Jobs.
The Index Jobs Manager dialog box displays the index jobs associated with an object store and consists of a list control that contains multiple rows of index jobs and details about each job, such as the job status. If you select an index job from the Index Jobs list control, the details of which Job Items the selected Index Job contains are displayed in the Job Items list box (an Index Job contains 0 to many Index Job Items – you can have a mix of different job item types within the same index job.)
Index jobs remain in the database after they've completed, and they show a status of either terminated normally or abnormally. If a job terminates abnormally, that means it did not attempt to submit all requests for the specified parameters. If a job terminates normally, it submitted all requests, but there may still be errors in the logs indicating that some documents did not get full text indexed due to problems with the individual document.
When you no longer need a record confirming that an index job was completed, you can delete the job from the database by using the delete option in Enterprise Manager.
If the Content Engine server running the index job is rebooted or goes down for some reason, the index job will resume running where it left off after the server comes back up.
With the Index Jobs Manager, you can abort or delete running index jobs, as well as view a list of classes that have had a change in the CBR Enabled property during the current Enterprise Manager session.
To display the Index Jobs Manager, right-click the object store node and select All Tasks > Index Jobs Management.
To abort index jobs
- If required, right-click the object store node and select All Tasks > Index Jobs Management to open the Index Jobs Manager.
- Select the index job(s) from the Index Jobs list control.
- Click Abort Job(s).
To delete index jobs
- If required, right-click the object store node and select All Tasks > Index Jobs Management to open the Index Jobs Manager.
- Select the index job(s) from the Index Jobs list control.
- Click Delete Job(s).
To commit re-index jobs
You can start reindex jobs for those classes that have had a change in their CBR Enabled property during the current Enterprise Manager session.
- If required, right-click the object store node and select All Tasks > Index Jobs Management to open the Index Jobs Manager.
- If any classes have had a change to their CBR Enabled property, the View Class Definition CBR Enabled Changes button is visible.
- Click View Class Definition CBR Enabled Changes to open the List of Class Definitions Changed dialog box.
- Enter a description of the index job you wish to create.
- Select the class definitions you wish to reindex as part of the index job.
- Click Create Index Job.
The Index Jobs Manager has the following controls:
- Index Jobs
- Displays the index jobs created for a given object store. The list control displays the following columns:
Descriptive Text: Text description of an index job object.
Abort Requested: Indicates if an abort request has been made for this index job.
Job Status: Pending, In Progress, Abort In Progress, Terminate Normally, or Terminated Abnormally.
Submitted Count: The number of objects currently submitted to be indexed.
Last Time Processed: The last time any activity occurred for this index job
Time All Submitted: The time that the last index request was submitted. Null if not yet done submitting index requests.
- Index Job Items
- Displays the index job items for the currently selected index jobs. The list control displays the Class Definition and Include Subclasses for each item in the index job. The Include Subclasses column is a boolean property indicating whether or not to reindex subclasses of the class definition.
- Abort Job(s)
- Aborts the selected index jobs. An aborted index job remains in the index jobs list and can be recommitted if desired. The button is available only when the Running Jobs radio button is selected.
- Delete Job(s)
- Deletes the selected index jobs. A deleted index job is removed from the index jobs list.
- View Class Definition CBR Enabled Changes
- Only visible if any classes have had a change to their CBR Enabled property. Click to open the List of Class Definitions Changed dialog box.