The maximum number of rows that can be returned from the indexing data during a search. If the FULLTEXTROWLIMIT option is specified for a SQL statement, the lesser of this property value and the value specified for FULLTEXTROWLIMIT is used as the maximum number of rows that can be returned.

Setting this limit prevents excessive resource use during a search operation. If not changed by the system administrator, the value of this property defaults to infinity.

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

ToggleSyntax

Visual Basic (Declaration)
Property FullTextRowMax As Nullable(Of Integer)
C#
Nullable<int> FullTextRowMax { get; set; }
Visual C++
property Nullable<int> FullTextRowMax {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_fullTextRowMax();
function set_fullTextRowMax(value);

ToggleRemarks

ToggleSee Also