If you are using Verity’s new K2 full text searching engine you may use one of several new functions available in ColdFusion 5: GetK2ServerCollections() returns a comma delimited list of collections, GetK2ServerDocCount() returns the total number of available documents, GetK2ServerDocLimit() returns the maximum number of documents allowed, and IsK2ServerDocCountExceeded() checks whether or not the maximum document count has been reached. (Applies to: ColdFusion 5 (or later))
Leave a Reply