Provides a set of constants for enabling or disabling dynamic switching optimization, as set on the CBRQueryOptimization property. Dynamic switching optimization applies to searches that combine both full text and relational query conditions.

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

ToggleSyntax

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

ToggleMembers

TypeMember nameDescription
NONE
Disables dynamic switching optimization for searches that combine both full text and relational query conditions. With this setting, the Content Engine always performs the full-text search first and the relational search second.
DYNAMIC_SWITCHING
Enables dynamic switching optimization for searches that combine both full text and relational query conditions.

ToggleSee Also