Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| 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); |
Members
| Type | Member name | Description |
|---|---|---|
| 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:
| |
| NORMAL |
The index is assigned to an IBM Content Search Services server and does not need to be reassigned.
|