MACROMEDIA COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual page 139

Hide thumbs Also See for COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX:
Table of Contents

Advertisement

Increment the block label for each collection that you configure, starting with Coll-0. The
following table describes the keywords used to configure each collection and search service:
Keyword
Description
collPath
The pathname identifying the collection home directory.
collAlias
An arbitrary name used to identify the collection.
topicSet
The pathname to a directory for the default topic set, which is an indexed set of
topics. The value of the topicSet parameter identifies the default topic set to
make available to clients by every search service at startup. If not specified, the
value of topicSet from the server section is used.
knowledgeBase
The pathname to a knowledgeBase map file, which identifies numerous topic
sets (indexed topics). The value of the knowledgeBase parameter identifies the
topic sets (multiple) to make available to clients for every search service at
startup. If not specified, the value of the knowledgeBase parameter from the
[server] section is used.
numThreads
The number of concurrent searches for the collection. If not specified, the value
of numThreads from the [server] section is used.
maxFiles
The maximum number of files that can be opened by a specific search thread for
a collection. If not specified, the value of the maxFiles parameter from the server
section is used. The maxfiles and numThreads values together can be used to
tune system performance. The following values can be set for a collection:
[Coll-0]
numThreads=4
maxFiles=100
These entries for collection 0 cause K2 Server to support a maximum of 4
concurrent searches, with 100 file handles allocated for each search thread.
onLine
A flag indicating whether the server starts up with the collection on-line. Valid
values include:
• 0
• 1
• 2
In the hidden state, collections can be primed and tested, but are not yet
available for searching by users. When collections are set offline, any queries
currently running complete using these resources; subsequent queries do not
see the resource.
maxColSize
The maximum width of the fields to return to the results list, in bytes. If not
specified, the value of maxColSize from the server section is used.
locale
The name of the locale (combination of language, dialect, and character set) to
use for all internal Verity engine operations. This name must correspond to a
subdirectory in the common directory where the configuration file for the locale is
found and where the message database and other locale-specific files are
located. If not specified, the value of the locale parameter from the server section
is used.
Start the server with the collection offline
Start the server with the collection in a hidden state
Start the server with the collection online (default).
The k2server.ini parameter reference
139

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents