MACROMEDIA COLDFUSION 5-ADVANCED ADMINISTRATION Manual page 148

Table of Contents

Advertisement

130
Keyword
knowledgeBase
numThreads
maxFiles
onLine
maxColSize
charMap
locale
inputDateFormat
Description
The path name to a knowledgebase map file, which identifies numerous
topic sets (indexed topics). The value of knowledgeBase identifies the topic
sets (multiple) to make available to clients at start-up for every search
service. If not specified, the value of knowledgeBase from the [server]
section is used.
The number of concurrent searches for the collection. If not specified, the
value of numThreads from the [server] section is used.
The maximum number of files that can be opened by a specific search
thread for a collection. If not specified, the value of maxFiles from the
[server] section is used. The maxfiles and numThreads values together can
be used to tune system performance. These values can be set for a
collection:
[Coll-0]
numThreads=4
maxFiles=100
The above entries for collection 0 cause K2 to support a maximum of 4
concurrent searches, with 100 file handles allocated for each search thread.
A flag indicating whether the server starts up with the collection on-line.
Valid values are:
0 start the server with the collection off-line;
1 to start the server with the collection in a hidden state;
2 to start the server with the collection on-line (default).
In the hidden state, collections can be primed and tested, but are not yet
available for searching by users. When collections are set off-line, any
queries currently running complete using these resources; subsequent
queries do not see the resource.
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.
A string that names the character set to use for strings that are sent into the
server, and are generated by the server. This string must correspond to the
name of a .cs file in the root of the common directory that configures a
character set and its mappings. If not specified, the value of charMap from
the [server] section is used.
For example, if your application should use character set 8859 for all of its
interactions with the server, then set this charMap to the string 8859. Valid
values include, but are not limited to, the character sets supplied by Verity:
850 (default) for code page 850; 8859 for code page 8859
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 locale
from the [server] section is used.
The input date format to be used. If there is no specified value for
inputDateFormat, the default is MDY (Month-Day-Year), a numeric format.
Chapter 6 Configuring Verity K2 Server

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 5

Table of Contents