Collection Sections - MACROMEDIA COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual

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

Advertisement

Keyword
locale
resultCacheTimeout
resultCacheQuota
resultCacheEnabled
resultCacheMaxInBytes Amount of memory, in bytes, to use for the cache.

Collection sections

The K2 Server initializes a separate search service for each collection that you identify in the server
configuration file. To add one or more collections to the configuration file, enter a separate block
of keywords for each collection, in the following format:
[Coll-n]
collPath=<pathname>
collAlias=<value>
topicSet=<topicset>
knowledgeBase=<knowledgeBase>
numThreads=<value>
maxFiles=<value>
onLine=<value>
maxColSize=<value>
locale=<language>
charMap=<charmap>
inputDateFormat=<format>
138
Chapter 10: Searching Collections with K2 Server
Description
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. Leaving this parameter null
means that the server uses the default internal locale, which is "english"
written in the "850" character set.
The timeout in milliseconds for the result cache. The timeout occurs after
60 seconds or when the cache overflows based on resultCacheQuota.
The number of slots per segment for the result cache. The result cache is
composed of 16 segments, each of which has a number of slots for
caching items : K2SearchNew, K2SearchRecv, K2DocReadBatch. The
timeout occurs after
resultCacheQuota value * 16
If
resultCacheQuota=10
operation involves a call to K2SearchNew and a call to K2SearchRecv, an
additional slot is used.
A flag indicating whether the result cache is enabled. Valid values include:
• Yes, True, or 1
Enables the result cache.
• No, False, or 0
Disables the result cache (default).
By default, the cache is not enabled.
, each of the segments has 10 slots. Since a search
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents