Provides a set of constants that specify the load balancing status of an IBM® Content Search Services index. These constants are used by the IndexingStatus property of the index. The Content Engine server automatically reassigns an index to another IBM Content Search Services server, if necessary, to balance the indexing workload of the server.

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
NORMAL
The index is assigned to an IBM Content Search Services server and does not need to be reassigned.
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.
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.
RESYNCHING

ToggleSee Also