home *** CD-ROM | disk | FTP | other *** search
/ World Book - Encyclopedia of Science / WBScience.iso / DATA / books / 20000d04 / query / style / style.WLD < prev    next >
Text File  |  2001-05-08  |  2KB  |  65 lines

  1. # $Id: style.wld,v 2.9 1996/03/08 00:52:27 ewiener Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # style.wld - word list descriptor
  5. #
  6. $control: 1
  7. $include style.prm
  8. $subst: 1
  9. descriptor:
  10. {
  11.   data-table:   _ph
  12.     /num-records = 1
  13.     /max-records = 1
  14.   {
  15.     worm:       _DBVERSION      text
  16.     fixwidth:   _DDDSTAMP       4 date
  17.     fixwidth:   _DIDSTAMP       4 date
  18.  
  19.     constant:   Types           text "Word Zone Attr"
  20.     constant:   Config          text "$IDX-CONFIG"
  21.     constant:   Word            text "$WORD-IDXOPTS"
  22.     constant:   Zone            text "$ZONE-IDXOPTS"
  23.     constant:   Attr            text "$ATTR-IDXOPTS"
  24.     constant:   TSPARE1         text ""
  25.     constant:   TSPARE2         text ""
  26.     constant:   TSPARE3         text ""
  27.   }
  28.  
  29.   # This is the table of parts covered by spanning wordlist     
  30.   data-table:   _pp
  31.   {
  32.     fixwidth:   PARTNUM     4 unsigned-integer
  33.   }
  34.  
  35.   # The Actual full text index data
  36.   data-table:   _pf
  37.   {
  38.     varwidth:   FWTEXT          _pw
  39.       /_implied_size
  40.     varwidth:   FWDATA          _pv
  41.       /_implied_size
  42.     fixwidth:   FWENCODE        1 unsigned-integer
  43.     fixwidth:   FWFREQ          2 unsigned-integer
  44.   }
  45.  
  46.   # The Btree for fast word lookup
  47.   data-table:   _pb
  48.   {
  49.     fixwidth:   FWBTREE         3 text
  50.   }
  51.  
  52.   # The accelerator for lookup by Stem
  53.   data-table:   _ps
  54.   {
  55.     fixwidth:   STEMDEX         4 unsigned-integer
  56.   }
  57.  
  58.   # The accelerator for lookup by Soundex
  59.   data-table:   _px
  60.   {
  61.     fixwidth:   SOUNDEX         4 unsigned-integer
  62.   }
  63. }
  64. $$
  65.