Provides a set of constants that identify the status of the IBM® Content Search Services server.

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

ToggleSyntax

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

ToggleMembers

TypeMember nameDescription
ENABLED
The IBM® Content Search Services server is enabled and can be specified by its usage mode (TextSearchServerMode property). The Content Engine server verifies that there is a connection to the IBM Content Search Services server.
UNAVAILABLE
The Content Engine server cannot communicate with the IBM® Content Search Services server.
DISABLED
The IBM® Content Search Services server is disabled for maintenance purposes.

ToggleSee Also