home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World Book - Encyclopedia of Science
/
WBScience.iso
/
DATA
/
books
/
20000d04
/
query
/
style
/
style.WLD
< prev
next >
Wrap
Text File
|
2001-05-08
|
2KB
|
65 lines
# $Id: style.wld,v 2.9 1996/03/08 00:52:27 ewiener Exp $
# Copyright (C) 1987-1995 Verity, Inc.
#
# style.wld - word list descriptor
#
$control: 1
$include style.prm
$subst: 1
descriptor:
{
data-table: _ph
/num-records = 1
/max-records = 1
{
worm: _DBVERSION text
fixwidth: _DDDSTAMP 4 date
fixwidth: _DIDSTAMP 4 date
constant: Types text "Word Zone Attr"
constant: Config text "$IDX-CONFIG"
constant: Word text "$WORD-IDXOPTS"
constant: Zone text "$ZONE-IDXOPTS"
constant: Attr text "$ATTR-IDXOPTS"
constant: TSPARE1 text ""
constant: TSPARE2 text ""
constant: TSPARE3 text ""
}
# This is the table of parts covered by spanning wordlist
data-table: _pp
{
fixwidth: PARTNUM 4 unsigned-integer
}
# The Actual full text index data
data-table: _pf
{
varwidth: FWTEXT _pw
/_implied_size
varwidth: FWDATA _pv
/_implied_size
fixwidth: FWENCODE 1 unsigned-integer
fixwidth: FWFREQ 2 unsigned-integer
}
# The Btree for fast word lookup
data-table: _pb
{
fixwidth: FWBTREE 3 text
}
# The accelerator for lookup by Stem
data-table: _ps
{
fixwidth: STEMDEX 4 unsigned-integer
}
# The accelerator for lookup by Soundex
data-table: _px
{
fixwidth: SOUNDEX 4 unsigned-integer
}
}
$$