The total number of text filters allowed for a Content Engine server.
The Content Engine server uses text filters to convert binary-formatted files to a text format.
This property controls the maximum limit for the number of concurrent text filter conversions
that can occur for each Content Engine process. When the value of the ThreadCount property
multiplied by the value of the MaxTextFiltersPerBatch property is equal to the value of the
TotalTextFiltersAllowed property, no more indexing threads can be started.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property TotalTextFiltersAllowed As Nullable(Of Integer) |
C# |
---|
Nullable<int> TotalTextFiltersAllowed { get; set; } |
Visual C++ |
---|
property Nullable<int> TotalTextFiltersAllowed {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_totalTextFiltersAllowed();
function set_totalTextFiltersAllowed(value); |