The status of the IBM® Content Search Services server. The server status can have one of the following values:
  • ENABLED (0): The IBM Content Search Services server is enabled and can be specified by its usage mode (TextSearchServerMode property). If you set this property to ENABLED, the Content Engine server verifies that there is a connection to the IBM Content Search Services server. If the Content Engine server cannot connect to the IBM Content Search Services server, it automatically sets this property to UNAVAILABLE.
  • DISABLED (1): The IBM Content Search Services server is disabled for maintenance purposes.
  • UNAVAILABLE (2): The IBM Content Search Services server cannot be reached. The Content Engine server automatically sets this property to UNAVAILABLE if it cannot communicate with the IBM Content Search Services server. If the connection to the IBM Content Search Services server is reestablished, the Content Engine server automatically sets this property to ENABLED. This property can be set to UNAVAILABLE only by the Content Engine server. If you attempt to set this property to UNAVAILABLE by using the API, an error occurs.

When setting this property by using the API, the Content Engine server supports only the following manual transitions between status values:

  • ENABLED to DISABLED
  • DISABLED to ENABLED
  • UNAVAILABLE to ENABLED
  • UNAVAILABLE to DISABLED

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

ToggleSyntax

Visual Basic (Declaration)
Property TextSearchServerStatus As TextSearchServerStatus
C#
TextSearchServerStatus TextSearchServerStatus { get; set; }
Visual C++
property TextSearchServerStatus TextSearchServerStatus {
	TextSearchServerStatus get ();
	void set (TextSearchServerStatus value);
}
JavaScript
function get_textSearchServerStatus();
function set_textSearchServerStatus(value);

ToggleRemarks

ToggleSee Also