Provides a set of constants that identify the usage mode of the IBM® Content Search Services server. The usage mode specifies which tasks can be performed by an IBM Content Search Services server so that the work load can be balanced across multiple, task-dedicated servers.

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

ToggleSyntax

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

ToggleMembers

TypeMember nameDescription
INDEX
The server performs only indexing tasks.
SEARCH
The server performs only search tasks.
INDEX_AND_SEARCH
The server performs both indexing and search tasks. IBM does not recommend this usage mode for a general production system.

ToggleSee Also