The default number of rows that can be returned from the indexing data during a search. This value can be exceeded using the FULLTEXTROWLIMIT option for a SQL statement. As this value is increased, the amount of system resources used in a full text search operation goes up, as does the time to execute a full text search that results in a large number of hits. As this value is decreased, the accuracy of full text searches may be reduced.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also