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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also