Provides a set of constants that indicate the type of full-text indexing subsystem,
if any, that is enabled for the object store.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration CBRSearchType |
C# |
---|
public enum CBRSearchType |
Visual C++ |
---|
public enum class CBRSearchType |
JavaScript |
---|
FileNet.Api.Constants.CBRSearchType = function(); FileNet.Api.Constants.CBRSearchType.createEnum('FileNet.Api.Constants.CBRSearchType', false); |
Members
Type | Member name | Description |
---|---|---|
VERITY | Obsolete.
Indicates that the IBM® Legacy Content Search Engine full-text indexing subsystem is enabled for this object store.
| |
TEXT_SEARCH |
Indicates that the IBM® Content Search Services full-text indexing subsystem is enabled for this object store.
| |
NONE |
Indicates that full-text indexing (CBR) is not enabled for this object store.
|