Name

GetK2ServerDocCountLimit — New as of ColdFusion 5.0

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 Allaire 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 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.