Identifies a Verity collection to be full text indexed. When the indexing data for one or more Verity collections becomes corrupted or lost (due to a storage device failure), the collection needs to be reindexed. This operation deletes the current indexing data, and creates new full text index data to replace it.

Warning: Do not use collection indexing to address a change in the CBREnabled status on a class or property. Only the existing data in the collection will be submitted to be indexed (even if all collections of an object store are selected). Any classes newly enabled/disabled for indexing will not be reindexed because instances of these classes may not be in the existing collections.


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

Syntax

Visual Basic (Declaration)
Public Interface IIndexJobCollectionItem
    Implements IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IIndexJobCollectionItem : IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IIndexJobCollectionItem : IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IIndexJobCollectionItem implements IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IIndexJobCollectionItem extends IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also