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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration IndexingStatus
C#
public enum IndexingStatus
Visual C++
public enum class IndexingStatus
JavaScript
FileNet.Api.Constants.IndexingStatus = function();
FileNet.Api.Constants.IndexingStatus.createEnum('FileNet.Api.Constants.IndexingStatus', false);

ToggleMembers

TypeMember nameDescription
REPLACING
The index is unavailable and an index job has set the ResourceStatus property of the index to CLOSED. When the index is in this state, you cannot change the value of its ResourceStatus property via the API.
RESYNCHING
REBALANCING
The index is in the process of being reassigned to a new IBM Content Search Services server. When the index is in this state, you cannot change the value of its ResourceStatus property via the API. After the reassignment is complete, the following properties of the index are changed by the Content Engine server:
  • The CurrentIndexServer property is set to the ID of the new server.
  • The LeaseExpiryTime property is set to a new expiration time.
  • The IndexingStatus property is set to NORMAL.
NORMAL
The index is assigned to an IBM Content Search Services server and does not need to be reassigned.

ToggleSee Also