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.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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);

ToggleMembers

TypeMember nameDescription
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.

ToggleSee Also