Specifies whether a shutdown request is sent to the IBM® Content Search Services server when
the TextSearchServerStatus property is set to DISABLED (true) or not (false).
Because the Content Engine server does not attempt to restart the IBM Content Search Services server
once it is shut down, use caution if you set the TextSearchServerShutdownOnDisable property to true.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property TextSearchServerShutdownOnDisable As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> TextSearchServerShutdownOnDisable { get; set; } |
Visual C++ |
---|
property Nullable<bool> TextSearchServerShutdownOnDisable {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_textSearchServerShutdownOnDisable();
function set_textSearchServerShutdownOnDisable(value); |