Name

GetK2ServerDocCountLimit

Synopsis

                  
                  GetK2ServerDocCountLimit( )

Returns the maximum number of documents searchable by the Verity K2 server. For ColdFusion Professional, the document limit is 125,000. ColdFusion Enterprise has a 250,000-document limit. Sites running Macromedia Spectra have a limit of 750,000 documents. The following example outputs the K2 server document limit for your ColdFusion server:

<cfoutput>
The K2 server can search a maximum of #GetK2ServerDocCountLimit( )# 
documents on
this ColdFusion server.
</cfoutput>

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.