home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 April / Chip_1999-04_cd2.bin / pcsuite / disk1 / data1.cab / AGENT_-_Program / agent / style / style.ddd next >
Encoding:
ColdFusion Verity engine fields definition  |  1999-03-12  |  2.0 KB  |  88 lines

  1. # $Id: style.ddd,v 1.8 1995/04/18 02:08:08 ameyer Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # Document Dataset Descriptor
  5. #
  6. $control: 1
  7. descriptor:
  8.   /collection = yes
  9. {
  10.   data-table:    _df
  11.     /num-records=1
  12.     /max-records=1
  13.   {
  14.     # Header information for partition management
  15.     constant:    _DBVERSION    text "vdk11"
  16.     fixwidth:    _DDDSTAMP    4 date
  17.     varwidth:    _DOCIDX        _dv
  18.     fixwidth:    _PARTDESC    32 text
  19.  
  20.     fixwidth:    _SPARE1        16 text
  21.     fixwidth:    _SPARE2        4 signed-integer
  22.   }
  23.   data-table:    _df
  24.     /offset=64
  25.   {
  26.     # Required internal fields per document
  27.     autoval:    _STYLE        sirepath
  28.     fixwidth:    _DOCID        4 unsigned-integer
  29.     fixwidth:    _SECURITY    4 unsigned-integer
  30.       /minmax = yes
  31.     fixwidth:    _INDEX_DATE    4 date
  32.       /minmax = yes
  33.   }
  34.  
  35. ######## DO NOT MODIFY ABOVE THIS LINE ########
  36.  
  37.   data-table:    dkf
  38.   {
  39.     # Must have a VdkVgwKey - this is the primary key to the document
  40.     # The field type can be changed to fixwidth integer or text as needed
  41.     varwidth:    VdkVgwKey    dkv
  42.       /indexed = yes
  43.       /minmax  = yes
  44.   }
  45.  
  46.   data-table:   ddf
  47.   {
  48.     # User fields go here. Default is a single dispatch field 
  49.     dispatch:    DOC
  50.     varwidth:   DOC_FN          ddv
  51. # 602 JR 05-Jun-1996
  52.     constant:   CHARSET         text "WINEE"
  53.     constant:   LANGUAGE        text "CZ"
  54.     constant:   VERSION         text "2.0"
  55.     fixwidth:   FORMAT          5 text
  56. # 602 JR 05-Jun-1997  use DOCNUM for document size
  57.     fixwidth:   DOCNUM          4 unsigned-integer
  58.     fixwidth:   CREATED         4 date
  59.     fixwidth:   MODIFIED        4 date
  60.   }
  61.   data-table:   di1
  62.   {
  63.     varwidth:   TITLE           dv1
  64.       /indexed = yes
  65.   }
  66.   data-table:   di2
  67.   {
  68.     varwidth:   SUBJECT         dv2
  69.       /indexed = yes
  70.   }
  71.   data-table:   di3
  72.   {
  73.     varwidth:   AUTHOR          dv3
  74.       /indexed = yes
  75.   }
  76.   data-table:   di4
  77.   {
  78.     varwidth:   KEYWORDS        dv4
  79.       /indexed = yes
  80.   }
  81.   data-table:   di5
  82.   {
  83.     varwidth:   COMMENTS        dv5
  84.       /indexed = yes
  85.   }
  86. }
  87. $$
  88.