Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| 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); |
Members
| Type | Member name | Description |
|---|---|---|
| INDEX_AND_SEARCH |
The server performs both indexing and search tasks. IBM does not recommend this usage mode for a general production system.
| |
| SEARCH |
The server performs only search tasks.
| |
| INDEX |
The server performs only indexing tasks.
|