IsK2ServerOnline

Description

Determines whether the K2Server is running and available to perform a search.

This function is used primarily by the ColdFusion Verity and K2Server Administrator pages.

This function uses Verity K2Server Release K2.2.0.

Return value

True, if the K2Server is available to perform a search; False, otherwise.

Category

Decision functions, Full-text search functions, Query functions

Syntax

IsK2ServerOnline() 

See also

IsK2ServerABroker

History

New in ColdFusion MX: This function is new.

Example

<cfoutput>IsK2ServerOnline =
$*#IsK2ServerOnline()#*$</cfoutput>

Comments