home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sams Cobol 24 Hours
/
Sams_Cobol_24_Hours.iso
/
Softcopy
/
DP
/
Windows
/
COMMON
/
STYLE
/
STYLE.PLC
< prev
next >
Wrap
Text File
|
1996-05-23
|
1KB
|
32 lines
# $Id: style.plc 1.3 1995/01/18 02:33:10 edwin Exp $
# Copyright (C) 1987-1994 Verity, Inc.
#
# Example style.plc file with default policy settings.
# Everything is optional including the file itself.
# Note: all options are currently commented out.
$control: 1
policy:
{
# mode: default
# /inherit = Generic # inherits from Generic policy mode
# /typical_document_size = 2000 # size of a document in words
# /document_throughput = 60 # rate of change of coll in docs/hour
# /document_latency = 200 # seconds between submittion and retrieval
# /partition_max_size = 32000 # document count per partition 1-65000
#
# The following are other built-in modes you might want to use. Uncomment
# one set of these.
#
# mode: default
# /inherit=FastSearch
# mode: default
# /inherit=BulkLoad
# mode: default
# /inherit=ReadOnly
# mode: default
# /inherit=NewsFeedIdx
# mode: default
# /inherit=NewsFeedOpt
}
$$