Identifies an object to be full-text indexed. When the original index attempt results in an indexing failure for a single object
(such as a Document or Annotation object), or some aspect of the configuration
needs to be changed, the affected item can be reindexed by using a single-item index job.
This operation attempts to reindex an object whose class is CBR-enabled and attempts to delete an
object from any existing indexes whose class is not CBR-enabled.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IIndexJobSingleItem _ Implements IRepositoryObject, IIndexJobItem, IEngineObject, ICloneable, _ IDependentObject |
| C# |
|---|
public interface IIndexJobSingleItem : IRepositoryObject, IIndexJobItem, IEngineObject, ICloneable, IDependentObject |
| Visual C++ |
|---|
public interface class IIndexJobSingleItem : IRepositoryObject, IIndexJobItem, IEngineObject, ICloneable, IDependentObject |
| JavaScript |
|---|
FileNet.Api.Admin.IIndexJobSingleItem = function(); FileNet.Api.Admin.IIndexJobSingleItem.createInterface('FileNet.Api.Admin.IIndexJobSingleItem'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: IndexJobItem