The type of content-based retrieval (CBR) search engine enabled in the object store.
If CBR is not enabled for the object store, the value is
NONE. Otherwise, the value identifies the currently configured search engine.
(See the related constants in FileNet.Api.Constants.CBRSearchType.)
Namespace:
FileNet.Api.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CBRSearchType As CBRSearchType |
C# |
---|
CBRSearchType CBRSearchType { get; set; } |
Visual C++ |
---|
property CBRSearchType CBRSearchType { CBRSearchType get (); void set (CBRSearchType value); } |
JavaScript |
---|
function get_cbrSearchType(); function set_cbrSearchType(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ