Identifies an IBM® Content Search Services index to be full-text indexed. If the indexing data for one or more indexes becomes corrupted or lost (due to a storage device failure), the index must be reindexed. The reindexing operation deletes the current indexing data and creates new full-text index data to replace it.

Warning Do not use indexing to address a change in the IsCBREnabled property status on a class or property definition. Only the existing data in the index or collection is submitted to be indexed (even if all the indexes of an object store are selected). Any classes that are newly enabled or disabled for indexing will not be reindexed because instances of these classes might not be in the existing indexes.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IIndexJobCollectionItem _
	Implements IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable,  _
	IDependentObject
C#
public interface IIndexJobCollectionItem : IIndexJobItem, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IIndexJobCollectionItem : IIndexJobItem, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IIndexJobCollectionItem = function();
FileNet.Api.Admin.IIndexJobCollectionItem.createInterface('FileNet.Api.Admin.IIndexJobCollectionItem');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: IndexJobItem

ToggleSee Also