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

  1. # $Id: style.did,v 2.12 1996/08/15 22:47:30 dca Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # style.did - document index descriptor
  5. #
  6. $control: 1
  7. $include style.prm
  8. $subst: 1
  9. descriptor:
  10. {
  11.   # Header information for partition management
  12.   data-table:   _ih
  13.     /num-records = 1
  14.     /max-records = 1
  15.   {
  16.     worm:       _DBVERSION      text
  17.     fixwidth:   _DDDSTAMP       4 date
  18.     fixwidth:   _DIDSTAMP       4 date
  19.  
  20.     constant:   Types           text "Word Zone Attr"
  21.     constant:   Config          text "$IDX-CONFIG"
  22.     constant:   Word            text "$WORD-IDXOPTS"
  23.     constant:   Zone            text "$ZONE-IDXOPTS"
  24.     constant:   Attr            text "$ATTR-IDXOPTS"
  25.     constant:   TSPARE1         text ""
  26.     constant:   TSPARE2         text ""
  27.     constant:   TSPARE3         text ""
  28.   }
  29.  
  30.   # The Actual full text index data
  31.   data-table:   _if
  32.   {
  33.     varwidth:   FWTEXT          _iw
  34.       /_implied_size
  35.     varwidth:   FWDATA          _iv
  36.       /_implied_size
  37.       /_hexdata = yes
  38.     fixwidth:   FWENCODE        1 unsigned-integer
  39.     fixwidth:   FWFREQ          2 unsigned-integer
  40.   }
  41.  
  42.   # The Btree for fast word lookup
  43.   data-table:   _xb
  44.   {
  45.     fixwidth:   FWBTREE         3 text
  46.   }
  47.  
  48.   # The accelerator for lookup by Stem
  49.   data-table:   _xs
  50.   {
  51.     fixwidth:   STEMDEX         3 unsigned-integer
  52.   }
  53.  
  54.   # The accelerator for lookup by Soundex
  55.   data-table:   _xx
  56.   {
  57.     fixwidth:   SOUNDEX         3 unsigned-integer
  58.   }
  59.  
  60.   # Optional value per instance for instance qualifcation during search
  61.   data-table:   _qf
  62.   {
  63.     varwidth:   Qualify         _qv
  64.       /_implied_size
  65.   }
  66.  
  67.   # Optional value per instance for instance returned when highlighting
  68.   data-table:   _lf
  69.   {
  70.     varwidth:   Location        _lv
  71.       /_implied_size
  72.   }
  73.  
  74.  
  75.   # Optional count of words per document for normalized Many
  76.   data-table:   _im
  77.   {
  78.     fixwidth:   NUMWORDS        2 unsigned-integer
  79.   }
  80. }
  81. $$
  82.