ColdFusion 9.0 Resources |
Collections and the ColdFusion Verity architectureContents [Hide]ColdFusion includes Verity K2 Server search technology. Verity K2 Server is a high-performance search engine designed to process searches quickly in a high-performance, distributed system. The K2 search system has a client-server model. K2 client applications, such as ColdFusion server, provide users access to document indexes stored in Verity collections. K2 Server supports simultaneous indexing of distributed enterprise repositories, and handles hundreds of concurrent queries and users. The Verity search system takes advantage of the latest advances in hardware and software technology, and provides the following features:
Note: ColdFusion no longer uses VDK mode and K2 mode.
All Verity processing now uses the K2 architecture. Additionally,
ColdFusion no longer uses the neo-verity.xml file.
Because, ColdFusion reads custom queries into memory, indexing a large query-result set can cause a Java out of memory error. If your ColdFusion Java Virtual Machine (JVM) memory allocation is too small, it can also lead to excessive disk use on your computer. Manage ColdFusion JVM memory settings as follows:
Verity information storageVerity Search Server runs as a separate process from ColdFusion. This server controls all access to Verity collections, as the following figure shows: In the multiserver and J2EE configurations, multiple ColdFusion server instances all use the same Verity Search Server to access the same set of Collections. ColdFusion uses different processes for Windows and UNIX, as follows:
|