Determines whether the number of documents that can be searched by the ColdFusion registered K2 Server exceed the limit. Depends on the K2Server platform limit; see "GetK2ServerDocCountLimit".
This function is used primarily by the ColdFusion Verity and K2Server Administrator pages. This function uses Verity K2Server Release K2.2.0.
True, if the document count limit is exceeded; False, otherwise.
Decision functions, Full-text search functions, Query functions
IsK2ServerDocCountExceeded()
GetK2ServerDocCount, GetK2ServerDocCountLimit, IsK2ServerABroker
New in ColdFusion 5: this function is new.
<cfoutput>IsK2ServerDocCountExceeded = $*#IsK2ServerDocCountExceeded()#*$</cfoutput>