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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ