GETK2SERVERDOCCOUNTLIMIT | |
Description
This function is deprecated. |
|
Returns
Number of collection metadata items that the K2 server permits, as an integer |
|
Category
Full-text search functions, Query functions |
|
Function syntaxGetK2ServerDocCountLimit() |
|
See also
GetK2ServerDocCount |
|
History
ColdFusion MX 6.1: Deprecated this function. It might not work, and it might cause an error, in later releases. ColdFusion MX: Added this function. |
|
Usage
If a search generates a larger number of documents than the limit, ColdFusion puts a warning message in the Administrator and in the log file. |
|
Example<cfoutput>GetK2ServerDocCountLimit = $*#GetK2ServerDocCountLimit()#*$</cfoutput> |