The maximum number of workers, per user text-search request, that can be generated to
perform a search. The value of this property multiplied by the number of concurrent search
requests equals the number of workers that are being created for searching tasks.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property TextSearchThreadCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> TextSearchThreadCount { get; set; } |
Visual C++ |
---|
property Nullable<int> TextSearchThreadCount { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_textSearchThreadCount(); function set_textSearchThreadCount(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 4
PropertyMaximumInteger32: 1000
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ